Html Css Color HEX #03537D Dark Cerulean

📋 copy color: '#03537D'

red 3 ◦ green 83 ◦ blue 125

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

Shades of Dark Cerulean #03537D

Tints of Dark Cerulean #03537D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.34%

 BLUE value IS 125 (49.22% from 255) = 59.24%

R = 1.42%
G = 39.34%
B = 59.24%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#03537D (or 0x03537D) is known color: Dark Cerulean. HEX triplet: 03, 53 and 7D. RGB value is (3,83,125). Sum of RGB (Red+Green+Blue) = 3+83+125=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 125 (49.22% from 255 or 59.24% from 211); Max value from RGB is 125 - color contains mainly: blue. Hex color #03537D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03537D is #FCAC82. Grayscale: #3F3F3F. Windows color (decimal): -16559235 or 8213251. OLE color: 8213251.

HSL color Cylindrical-coordinate representation of color #03537D: hue angle of 200.66º 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 #03537D is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 3 83 125 -
CMYK 0.98 0.34 0 0.51
HSL 200.66º 0.95% 0.25% -
HSV(B) 200.66º 0.98% 0.49% -
XYZ 6.83 7.69 20.53 -
YUV 63.87 162.5 84.58 -
System Red Green Blue C M Y K H S L
Decimal 3 83 125 0.98 0.34 0 0.51 200.66 0.95 0.25
Hex 3 53 7D 62 22 0 33 C9 5F 19
Octal 3 123 175 142 42 0 63 311 137 31
Binary 11 1010011 1111101 1100010 100010 0 110011 11001001 1011111 11001

Color Harmonies of #03537D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03537D

Black with #03537D

Text Example


Text Example

White with #03537D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03537D; }

 p { color: rgb(3,83,125); }

 H1.HeaderClassName
 {
   color: #03537D;
 }
 .AnyTagClassName
 {
   color: #03537D;
 }
</style>

background-color css

<style>
 a { background-color: #03537D; }

 a { background-color: rgb(3,83,125); }

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

border-color css

<style>
 span { border-color: #03537D; }

 span { border-color: rgb(3,83,125); }

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