Html Css Color HEX #03548E Dark Cerulean

📋 copy color: '#03548E'

red 3 ◦ green 84 ◦ blue 142

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

Shades of Dark Cerulean #03548E

Tints of Dark Cerulean #03548E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.68%

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

R = 1.31%
G = 36.68%
B = 62.01%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03548E (or 0x03548E) is known color: Dark Cerulean. HEX triplet: 03, 54 and 8E. RGB value is (3,84,142). Sum of RGB (Red+Green+Blue) = 3+84+142=229 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.31% from 229); Green value is 84 (33.20% from 255 or 36.68% from 229); Blue value is 142 (55.86% from 255 or 62.01% from 229); Max value from RGB is 142 - color contains mainly: blue. Hex color #03548E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03548E is #FCAB71. Grayscale: #424242. Windows color (decimal): -16558962 or 9327619. OLE color: 9327619.

HSL color Cylindrical-coordinate representation of color #03548E: hue angle of 205.04º 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 #03548E is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 84 142 -
CMYK 0.98 0.41 0 0.44
HSL 205.04º 0.96% 0.28% -
HSV(B) 205.04º 0.98% 0.56% -
XYZ 8.09 8.31 26.77 -
YUV 66.39 170.66 82.78 -
System Red Green Blue C M Y K H S L
Decimal 3 84 142 0.98 0.41 0 0.44 205.04 0.96 0.28
Hex 3 54 8E 62 29 0 2C CD 60 1C
Octal 3 124 216 142 51 0 54 315 140 34
Binary 11 1010100 10001110 1100010 101001 0 101100 11001101 1100000 11100

Color Harmonies of #03548E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03548E

Black with #03548E

Text Example


Text Example

White with #03548E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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