COLOR #030838

HEX: #030838 RGB: (3,8,56)

Color info

#030838 contains red, green and blue colors in about the same proportion. Web safe color of #030838 is #000033 (or #003).

RGB color model

#030838 color RGB value is (3,8,56).

RGB: (3,8,56) (1%, 3%, 22%)

RGB channels and saturation

R 3 of 255 = 1%
G 8 of 255 = 3%
B 56 of 255 = 22%

3
8
56

R + G + B ~ 9%. #030838 is dark color.

Portions of RGB colors in percentages

R + G + B = 3 + 8 + 56 = 67 (100%)
R 3 of 67 ~ 4.48%
G 8 of 67 ~ 11.94%
B 56 of 67 ~ 83.58'%

%11.94
%83.58

CMYK color model

#030838 color CMYK value is (95,86,0,78).

  • cyan value is 94.64%
  • magenta value is 85.71%
  • yellow value is 0.00%
  • key color value is 78.04%

CMYK: (95,86,0,78)
C95M86Y0K78 (95%, 86%, 0%, 78%)
(0.95 / 0.86 / 0.00 / 0.78)

CMYK percentages

%94.64
%85.71
%0
%78.04

Codes

Color #030838 in popluar color models

03 08 38
RGB 3 8 56
HSL 234° 89.83% 11.57%
HSB/HSV 234° 94.64% 21.96%
CMYK 94.64% 85.71% 0.00%
78.04%

Color #030838 in popluar number systems.

HEX 03 08 38
Decimal 3 8 56
Binary 11 1000 111000
Octal 3 10 70

Shades and tints

Shades of #030838

#030838
(3,8,56)
#030833
(3,8,51)
#03082E
(3,8,46)
#030829
(3,8,41)
#030824
(3,8,36)
#03081F
(3,8,31)
#03081A
(3,8,26)
#030815
(3,8,21)
#030810
(3,8,16)
#03080B
(3,8,11)
#030806
(3,8,6)
#000000
(0,0,0)

Tints of #030838

#030838
(3,8,56)
#191E4A
(25,30,74)
#2F345C
(47,52,92)
#454A6E
(69,74,110)
#5B6080
(91,96,128)
#717692
(113,118,146)
#878CA4
(135,140,164)
#9DA2B6
(157,162,182)
#B3B8C8
(179,184,200)
#C9CEDA
(201,206,218)
#DFE4EC
(223,228,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #030838 color. Also use rgb(3,8,56) instead hex code.

Text Font Color

.myTextColor { color: #030838; }

<p style="color:#030838">This sample text font color is #030838.</p>

This text font color is #030838.

Background Color

.myBgColor { background-color: #030838; }

<div style="background-color:#030838">Inner text</div>

This div background color is #030838.

Border color

.myBorderColor { border: 1px solid #030838; }

<div style="border:3px solid #030838">Div</div>

This div border color is #030838.

Opacity

.myOpacity80 { color: #030838; opacity: 0.8; }

<p style="color:#030838;opacity:0.8;">80%</p>

Text with #030838 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #030838;}

<p style="text-shadow: 3px 3px 1px #030838">Text here.</p>

This text has shadow with #030838 color.


.textShadow {text-shadow: 3px 3px 1px #030838', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #030838, 5px 5px 20px red">Text here.</p>

This text has shadow with #030838 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#030838, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#030838, Direction=45, Strength=4)">Text</p>

This text has shadow with #030838 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #030838;
-webkit-box-shadow: 1px 1px 3px 2px #030838;
box-shadow: 1px 1px 3px 2px #030838;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #030838; -webkit-box-shadow: 1px 1px 3px 2px #030838; box-shadow:1px 1px 3px 2px #030838;">
Div content here
</div>

This div box has shadow with color #030838.

Preview

Color preview on black background

This text has color #030838 on black background.


Color preview on white background

This text has color #030838 on white background.


Black color preview on #030838 background

This text has black color on #030838 background.


White color preview on #030838 background

This text has white color on #030838 background.


Related colors

Complementary color

Complementary color for #hex is #FCF7C7.


I love getcolorcode.com

Triadic colors

1 #380308 and #083803 with #030838 are triadic colors.

2 #380803 and #080338 with #030838 are triadic colors.