Html Css Color HEX #03558A Dark Cerulean

📋 copy color: '#03558A'

red 3 ◦ green 85 ◦ blue 138

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

Shades of Dark Cerulean #03558A

Tints of Dark Cerulean #03558A

RGB

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

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

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

R = 1.33%
G = 37.61%
B = 61.06%

CMYK

 C value IS 0.98

 M value IS 0.38

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#03558A (or 0x03558A) is known color: Dark Cerulean. HEX triplet: 03, 55 and 8A. RGB value is (3,85,138). Sum of RGB (Red+Green+Blue) = 3+85+138=226 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 138 (54.30% from 255 or 61.06% from 226); Max value from RGB is 138 - color contains mainly: blue. Hex color #03558A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03558A is #FCAA75. Grayscale: #424242. Windows color (decimal): -16558710 or 9065731. OLE color: 9065731.

HSL color Cylindrical-coordinate representation of color #03558A: hue angle of 203.56º 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 #03558A is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 3 85 138 -
CMYK 0.98 0.38 0 0.46
HSL 203.56º 0.96% 0.28% -
HSV(B) 203.56º 0.98% 0.54% -
XYZ 7.87 8.35 25.24 -
YUV 66.52 168.33 82.69 -
System Red Green Blue C M Y K H S L
Decimal 3 85 138 0.98 0.38 0 0.46 203.56 0.96 0.28
Hex 3 55 8A 62 26 0 2E CC 60 1C
Octal 3 125 212 142 46 0 56 314 140 34
Binary 11 1010101 10001010 1100010 100110 0 101110 11001100 1100000 11100

Color Harmonies of #03558A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03558A

Black with #03558A

Text Example


Text Example

White with #03558A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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