Html Css Color HEX #03428E Dark Cerulean

📋 copy color: '#03428E'

red 3 ◦ green 66 ◦ blue 142

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

Shades of Dark Cerulean #03428E

Tints of Dark Cerulean #03428E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 142 (55.86% from 255) = 67.3%

R = 1.42%
G = 31.28%
B = 67.3%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03428E (or 0x03428E) is known color: Dark Cerulean. HEX triplet: 03, 42 and 8E. RGB value is (3,66,142). Sum of RGB (Red+Green+Blue) = 3+66+142=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 142 (55.86% from 255 or 67.30% from 211); Max value from RGB is 142 - color contains mainly: blue. Hex color #03428E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #03428E is #FCBD71. Grayscale: #373737. Windows color (decimal): -16563570 or 9323011. OLE color: 9323011.

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

Color convert

RGB 3 66 142 -
CMYK 0.98 0.54 0 0.44
HSL 212.81º 0.96% 0.28% -
HSV(B) 212.81º 0.98% 0.56% -
XYZ 6.87 5.87 26.36 -
YUV 55.83 176.63 90.32 -
System Red Green Blue C M Y K H S L
Decimal 3 66 142 0.98 0.54 0 0.44 212.81 0.96 0.28
Hex 3 42 8E 62 36 0 2C D5 60 1C
Octal 3 102 216 142 66 0 54 325 140 34
Binary 11 1000010 10001110 1100010 110110 0 101100 11010101 1100000 11100

Color Harmonies of #03428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03428E

Black with #03428E

Text Example


Text Example

White with #03428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03428E; }

 p { color: rgb(3,66,142); }

 H1.HeaderClassName
 {
   color: #03428E;
 }
 .AnyTagClassName
 {
   color: #03428E;
 }
</style>

background-color css

<style>
 a { background-color: #03428E; }

 a { background-color: rgb(3,66,142); }

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

border-color css

<style>
 span { border-color: #03428E; }

 span { border-color: rgb(3,66,142); }

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