Html Css Color HEX #03508E Dark Cerulean

📋 copy color: '#03508E'

red 3 ◦ green 80 ◦ blue 142

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

Shades of Dark Cerulean #03508E

Tints of Dark Cerulean #03508E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.56%

 BLUE value IS 142 (55.86% from 255) = 63.11%

R = 1.33%
G = 35.56%
B = 63.11%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03508E (or 0x03508E) is known color: Dark Cerulean. HEX triplet: 03, 50 and 8E. RGB value is (3,80,142). Sum of RGB (Red+Green+Blue) = 3+80+142=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 80 (31.64% from 255 or 35.56% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #03508E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03508E is #FCAF71. Grayscale: #3F3F3F. Windows color (decimal): -16559986 or 9326595. OLE color: 9326595.

HSL color Cylindrical-coordinate representation of color #03508E: hue angle of 206.76º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03508E is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 3 80 142 -
CMYK 0.98 0.44 0 0.44
HSL 206.76º 0.96% 0.28% -
HSV(B) 206.76º 0.98% 0.56% -
XYZ 7.79 7.71 26.67 -
YUV 64.05 171.99 84.46 -
System Red Green Blue C M Y K H S L
Decimal 3 80 142 0.98 0.44 0 0.44 206.76 0.96 0.28
Hex 3 50 8E 62 2C 0 2C CF 60 1C
Octal 3 120 216 142 54 0 54 317 140 34
Binary 11 1010000 10001110 1100010 101100 0 101100 11001111 1100000 11100

Color Harmonies of #03508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03508E

Black with #03508E

Text Example


Text Example

White with #03508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03508E; }

 p { color: rgb(3,80,142); }

 H1.HeaderClassName
 {
   color: #03508E;
 }
 .AnyTagClassName
 {
   color: #03508E;
 }
</style>

background-color css

<style>
 a { background-color: #03508E; }

 a { background-color: rgb(3,80,142); }

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

border-color css

<style>
 span { border-color: #03508E; }

 span { border-color: rgb(3,80,142); }

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