Html Css Color HEX #03608F Dark Cerulean

📋 copy color: '#03608F'

red 3 ◦ green 96 ◦ blue 143

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

Shades of Dark Cerulean #03608F

Tints of Dark Cerulean #03608F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 59.09%

R = 1.24%
G = 39.67%
B = 59.09%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#03608F (or 0x03608F) is known color: Dark Cerulean. HEX triplet: 03, 60 and 8F. RGB value is (3,96,143). Sum of RGB (Red+Green+Blue) = 3+96+143=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 143 (56.25% from 255 or 59.09% from 242); Max value from RGB is 143 - color contains mainly: blue. Hex color #03608F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03608F is #FC9F70. Grayscale: #494949. Windows color (decimal): -16555889 or 9396227. OLE color: 9396227.

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

Color convert

RGB 3 96 143 -
CMYK 0.98 0.33 0 0.44
HSL 200.14º 0.96% 0.29% -
HSV(B) 200.14º 0.98% 0.56% -
XYZ 9.18 10.37 27.5 -
YUV 73.55 167.19 77.68 -
System Red Green Blue C M Y K H S L
Decimal 3 96 143 0.98 0.33 0 0.44 200.14 0.96 0.29
Hex 3 60 8F 62 21 0 2C C8 60 1D
Octal 3 140 217 142 41 0 54 310 140 35
Binary 11 1100000 10001111 1100010 100001 0 101100 11001000 1100000 11101

Color Harmonies of #03608F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03608F

Black with #03608F

Text Example


Text Example

White with #03608F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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