Html Css Color HEX #003C88 Dark Cerulean

📋 copy color: '#003C88'

red 0 ◦ green 60 ◦ blue 136

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

Shades of Dark Cerulean #003C88

Tints of Dark Cerulean #003C88

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 60 (23.83% from 255) = 30.61%

 BLUE value IS 136 (53.52% from 255) = 69.39%

R = 0%
G = 30.61%
B = 69.39%

CMYK

 C value IS 1

 M value IS 0.56

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#003C88 (or 0x003C88) is known color: Dark Cerulean. HEX triplet: 00, 3C and 88. RGB value is (0,60,136). Sum of RGB (Red+Green+Blue) = 0+60+136=196 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 136 (53.52% from 255 or 69.39% from 196); Max value from RGB is 136 - color contains mainly: blue. Hex color #003C88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003C88 is #FFC377. Grayscale: #323232. Windows color (decimal): -16761720 or 8928256. OLE color: 8928256.

HSL color Cylindrical-coordinate representation of color #003C88: hue angle of 213.53º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C88 is Cyan = 1, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 0 60 136 -
CMYK 1 0.56 0 0.47
HSL 213.53º 1% 0.27% -
HSV(B) 213.53º 1% 0.53% -
XYZ 6.06 5.01 23.94 -
YUV 50.72 176.12 91.82 -
System Red Green Blue C M Y K H S L
Decimal 0 60 136 1 0.56 0 0.47 213.53 1 0.27
Hex 0 3C 88 64 38 0 2F D6 64 1B
Octal 0 74 210 144 70 0 57 326 144 33
Binary 0 111100 10001000 1100100 111000 0 101111 11010110 1100100 11011

Color Harmonies of #003C88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C88

Black with #003C88

Text Example


Text Example

White with #003C88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C88; }

 p { color: rgb(0,60,136); }

 H1.HeaderClassName
 {
   color: #003C88;
 }
 .AnyTagClassName
 {
   color: #003C88;
 }
</style>

background-color css

<style>
 a { background-color: #003C88; }

 a { background-color: rgb(0,60,136); }

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

border-color css

<style>
 span { border-color: #003C88; }

 span { border-color: rgb(0,60,136); }

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