Html Css Color HEX #03557C Dark Cerulean

📋 copy color: '#03557C'

red 3 ◦ green 85 ◦ blue 124

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

Shades of Dark Cerulean #03557C

Tints of Dark Cerulean #03557C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 58.49%

R = 1.42%
G = 40.09%
B = 58.49%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03557C (or 0x03557C) is known color: Dark Cerulean. HEX triplet: 03, 55 and 7C. RGB value is (3,85,124). Sum of RGB (Red+Green+Blue) = 3+85+124=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 124 (48.83% from 255 or 58.49% from 212); Max value from RGB is 124 - color contains mainly: blue. Hex color #03557C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03557C is #FCAA83. Grayscale: #404040. Windows color (decimal): -16558724 or 8148227. OLE color: 8148227.

HSL color Cylindrical-coordinate representation of color #03557C: hue angle of 199.34º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03557C is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 85 124 -
CMYK 0.98 0.31 0 0.51
HSL 199.34º 0.95% 0.25% -
HSV(B) 199.34º 0.98% 0.49% -
XYZ 6.92 7.97 20.24 -
YUV 64.93 161.33 83.83 -
System Red Green Blue C M Y K H S L
Decimal 3 85 124 0.98 0.31 0 0.51 199.34 0.95 0.25
Hex 3 55 7C 62 1F 0 33 C7 5F 19
Octal 3 125 174 142 37 0 63 307 137 31
Binary 11 1010101 1111100 1100010 11111 0 110011 11000111 1011111 11001

Color Harmonies of #03557C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03557C

Black with #03557C

Text Example


Text Example

White with #03557C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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