Html Css Color HEX #03558F Dark Cerulean

📋 copy color: '#03558F'

red 3 ◦ green 85 ◦ blue 143

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

Shades of Dark Cerulean #03558F

Tints of Dark Cerulean #03558F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

 BLUE value IS 143 (56.25% from 255) = 61.9%

R = 1.3%
G = 36.8%
B = 61.9%

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

#03558F (or 0x03558F) is known color: Dark Cerulean. HEX triplet: 03, 55 and 8F. RGB value is (3,85,143). Sum of RGB (Red+Green+Blue) = 3+85+143=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 143 (56.25% from 255 or 61.90% from 231); Max value from RGB is 143 - color contains mainly: blue. Hex color #03558F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03558F is #FCAA70. Grayscale: #424242. Windows color (decimal): -16558705 or 9393411. OLE color: 9393411.

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

Color convert

RGB 3 85 143 -
CMYK 0.98 0.41 0 0.44
HSL 204.86º 0.96% 0.29% -
HSV(B) 204.86º 0.98% 0.56% -
XYZ 8.24 8.5 27.19 -
YUV 67.09 170.83 82.28 -
System Red Green Blue C M Y K H S L
Decimal 3 85 143 0.98 0.41 0 0.44 204.86 0.96 0.29
Hex 3 55 8F 62 29 0 2C CD 60 1D
Octal 3 125 217 142 51 0 54 315 140 35
Binary 11 1010101 10001111 1100010 101001 0 101100 11001101 1100000 11101

Color Harmonies of #03558F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03558F

Black with #03558F

Text Example


Text Example

White with #03558F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03558F; }

 p { color: rgb(3,85,143); }

 H1.HeaderClassName
 {
   color: #03558F;
 }
 .AnyTagClassName
 {
   color: #03558F;
 }
</style>

background-color css

<style>
 a { background-color: #03558F; }

 a { background-color: rgb(3,85,143); }

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

border-color css

<style>
 span { border-color: #03558F; }

 span { border-color: rgb(3,85,143); }

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