Html Css Color HEX #03608D Dark Cerulean

📋 copy color: '#03608D'

red 3 ◦ green 96 ◦ blue 141

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

Shades of Dark Cerulean #03608D

Tints of Dark Cerulean #03608D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 58.75%

R = 1.25%
G = 40%
B = 58.75%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#03608D (or 0x03608D) is known color: Dark Cerulean. HEX triplet: 03, 60 and 8D. RGB value is (3,96,141). Sum of RGB (Red+Green+Blue) = 3+96+141=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 96 (37.89% from 255 or 40% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #03608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #03608D is #FC9F72. Grayscale: #494949. Windows color (decimal): -16555891 or 9265155. OLE color: 9265155.

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

Color convert

RGB 3 96 141 -
CMYK 0.98 0.32 0 0.45
HSL 199.57º 0.96% 0.28% -
HSV(B) 199.57º 0.98% 0.55% -
XYZ 9.03 10.31 26.71 -
YUV 73.32 166.19 77.84 -
System Red Green Blue C M Y K H S L
Decimal 3 96 141 0.98 0.32 0 0.45 199.57 0.96 0.28
Hex 3 60 8D 62 20 0 2D C8 60 1C
Octal 3 140 215 142 40 0 55 310 140 34
Binary 11 1100000 10001101 1100010 100000 0 101101 11001000 1100000 11100

Color Harmonies of #03608D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03608D

Black with #03608D

Text Example


Text Example

White with #03608D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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