Html Css Color HEX #03478A Dark Cerulean

📋 copy color: '#03478A'

red 3 ◦ green 71 ◦ blue 138

#03478A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #03478A

Tints of Dark Cerulean #03478A

RGB

 RED value IS 3 (1.56% from 255) = 1.42%

 GREEN value IS 71 (28.13% from 255) = 33.49%

 BLUE value IS 138 (54.3% from 255) = 65.09%

R = 1.42%
G = 33.49%
B = 65.09%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#03478A (or 0x03478A) is known color: Dark Cerulean. HEX triplet: 03, 47 and 8A. RGB value is (3,71,138). Sum of RGB (Red+Green+Blue) = 3+71+138=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 71 (28.12% from 255 or 33.49% from 212); Blue value is 138 (54.30% from 255 or 65.09% from 212); Max value from RGB is 138 - color contains mainly: blue. Hex color #03478A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03478A is #FCB875. Grayscale: #393939. Windows color (decimal): -16562294 or 9062147. OLE color: 9062147.

HSL color Cylindrical-coordinate representation of color #03478A: hue angle of 209.78º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03478A is Cyan = 0.98, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 71 138 -
CMYK 0.98 0.49 0 0.46
HSL 209.78º 0.96% 0.28% -
HSV(B) 209.78º 0.98% 0.54% -
XYZ 6.88 6.36 24.91 -
YUV 58.31 172.97 88.55 -
System Red Green Blue C M Y K H S L
Decimal 3 71 138 0.98 0.49 0 0.46 209.78 0.96 0.28
Hex 3 47 8A 62 31 0 2E D2 60 1C
Octal 3 107 212 142 61 0 56 322 140 34
Binary 11 1000111 10001010 1100010 110001 0 101110 11010010 1100000 11100

Color Harmonies of #03478A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03478A

Black with #03478A

Text Example


Text Example

White with #03478A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03478A; }

 p { color: rgb(3,71,138); }

 H1.HeaderClassName
 {
   color: #03478A;
 }
 .AnyTagClassName
 {
   color: #03478A;
 }
</style>

background-color css

<style>
 a { background-color: #03478A; }

 a { background-color: rgb(3,71,138); }

 div.DivClassName
 {
   background-color: #03478A;
 }
 .BgClassName
 {
   background-color: #03478A;
 }
</style>

border-color css

<style>
 span { border-color: #03478A; }

 span { border-color: rgb(3,71,138); }

 td.TdClassName
 {
   border-color: #03478A;
 }
 .TagClassName
 {
   border-color: #03478A;
 }
</style>