Html Css Color HEX #03518C Dark Cerulean

📋 copy color: '#03518C'

red 3 ◦ green 81 ◦ blue 140

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

Shades of Dark Cerulean #03518C

Tints of Dark Cerulean #03518C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 62.5%

R = 1.34%
G = 36.16%
B = 62.5%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03518C (or 0x03518C) is known color: Dark Cerulean. HEX triplet: 03, 51 and 8C. RGB value is (3,81,140). Sum of RGB (Red+Green+Blue) = 3+81+140=224 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.34% from 224); Green value is 81 (32.03% from 255 or 36.16% from 224); Blue value is 140 (55.08% from 255 or 62.5% from 224); Max value from RGB is 140 - color contains mainly: blue. Hex color #03518C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03518C is #FCAE73. Grayscale: #404040. Windows color (decimal): -16559732 or 9195779. OLE color: 9195779.

HSL color Cylindrical-coordinate representation of color #03518C: hue angle of 205.84º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03518C is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 81 140 -
CMYK 0.98 0.42 0 0.45
HSL 205.84º 0.96% 0.28% -
HSV(B) 205.84º 0.98% 0.55% -
XYZ 7.71 7.8 25.91 -
YUV 64.4 170.66 84.2 -
System Red Green Blue C M Y K H S L
Decimal 3 81 140 0.98 0.42 0 0.45 205.84 0.96 0.28
Hex 3 51 8C 62 2A 0 2D CE 60 1C
Octal 3 121 214 142 52 0 55 316 140 34
Binary 11 1010001 10001100 1100010 101010 0 101101 11001110 1100000 11100

Color Harmonies of #03518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03518C

Black with #03518C

Text Example


Text Example

White with #03518C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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