Html Css Color HEX #03608C Dark Cerulean

📋 copy color: '#03608C'

red 3 ◦ green 96 ◦ blue 140

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

Shades of Dark Cerulean #03608C

Tints of Dark Cerulean #03608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.17%

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

R = 1.26%
G = 40.17%
B = 58.58%

CMYK

 C value IS 0.98

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03608C (or 0x03608C) is known color: Dark Cerulean. HEX triplet: 03, 60 and 8C. RGB value is (3,96,140). Sum of RGB (Red+Green+Blue) = 3+96+140=239 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.26% from 239); Green value is 96 (37.89% from 255 or 40.17% from 239); Blue value is 140 (55.08% from 255 or 58.58% from 239); Max value from RGB is 140 - color contains mainly: blue. Hex color #03608C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03608C is #FC9F73. Grayscale: #484848. Windows color (decimal): -16555892 or 9199619. OLE color: 9199619.

HSL color Cylindrical-coordinate representation of color #03608C: hue angle of 199.27º 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 #03608C is Cyan = 0.98, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 3 96 140 -
CMYK 0.98 0.31 0 0.45
HSL 199.27º 0.96% 0.28% -
HSV(B) 199.27º 0.98% 0.55% -
XYZ 8.95 10.28 26.32 -
YUV 73.21 165.69 77.92 -
System Red Green Blue C M Y K H S L
Decimal 3 96 140 0.98 0.31 0 0.45 199.27 0.96 0.28
Hex 3 60 8C 62 1F 0 2D C7 60 1C
Octal 3 140 214 142 37 0 55 307 140 34
Binary 11 1100000 10001100 1100010 11111 0 101101 11000111 1100000 11100

Color Harmonies of #03608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03608C

Black with #03608C

Text Example


Text Example

White with #03608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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