Html Css Color HEX #03517F Dark Cerulean

📋 copy color: '#03517F'

red 3 ◦ green 81 ◦ blue 127

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

Shades of Dark Cerulean #03517F

Tints of Dark Cerulean #03517F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.39%

 BLUE value IS 127 (50% from 255) = 60.19%

R = 1.42%
G = 38.39%
B = 60.19%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#03517F (or 0x03517F) is known color: Dark Cerulean. HEX triplet: 03, 51 and 7F. RGB value is (3,81,127). Sum of RGB (Red+Green+Blue) = 3+81+127=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 81 (32.03% from 255 or 38.39% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #03517F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #03517F is #FCAE80. Grayscale: #3E3E3E. Windows color (decimal): -16559745 or 8343811. OLE color: 8343811.

HSL color Cylindrical-coordinate representation of color #03517F: hue angle of 202.26º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03517F is Cyan = 0.98, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 81 127 -
CMYK 0.98 0.36 0 0.50
HSL 202.26º 0.95% 0.25% -
HSV(B) 202.26º 0.98% 0.5% -
XYZ 6.81 7.44 21.16 -
YUV 62.92 164.16 85.26 -
System Red Green Blue C M Y K H S L
Decimal 3 81 127 0.98 0.36 0 0.50 202.26 0.95 0.25
Hex 3 51 7F 62 24 0 32 CA 5F 19
Octal 3 121 177 142 44 0 62 312 137 31
Binary 11 1010001 1111111 1100010 100100 0 110010 11001010 1011111 11001

Color Harmonies of #03517F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03517F

Black with #03517F

Text Example


Text Example

White with #03517F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,81,127); }

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

background-color css

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

 a { background-color: rgb(3,81,127); }

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

border-color css

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

 span { border-color: rgb(3,81,127); }

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