Html Css Color HEX #03478C Dark Cerulean

📋 copy color: '#03478C'

red 3 ◦ green 71 ◦ blue 140

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

Shades of Dark Cerulean #03478C

Tints of Dark Cerulean #03478C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 65.42%

R = 1.4%
G = 33.18%
B = 65.42%

CMYK

 C value IS 0.98

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03478C (or 0x03478C) is known color: Dark Cerulean. HEX triplet: 03, 47 and 8C. RGB value is (3,71,140). Sum of RGB (Red+Green+Blue) = 3+71+140=214 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.40% from 214); Green value is 71 (28.12% from 255 or 33.18% from 214); Blue value is 140 (55.08% from 255 or 65.42% from 214); Max value from RGB is 140 - color contains mainly: blue. Hex color #03478C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03478C is #FCB873. Grayscale: #3A3A3A. Windows color (decimal): -16562292 or 9193219. OLE color: 9193219.

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

Color convert

RGB 3 71 140 -
CMYK 0.98 0.49 0 0.45
HSL 210.22º 0.96% 0.28% -
HSV(B) 210.22º 0.98% 0.55% -
XYZ 7.02 6.42 25.68 -
YUV 58.53 173.97 88.39 -
System Red Green Blue C M Y K H S L
Decimal 3 71 140 0.98 0.49 0 0.45 210.22 0.96 0.28
Hex 3 47 8C 62 31 0 2D D2 60 1C
Octal 3 107 214 142 61 0 55 322 140 34
Binary 11 1000111 10001100 1100010 110001 0 101101 11010010 1100000 11100

Color Harmonies of #03478C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03478C

Black with #03478C

Text Example


Text Example

White with #03478C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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