#003D76

Color #003D76 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #003D76

Tints of Dark Cerulean #003D76

Color information

#003D76 (or 0x003D76) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3D and 76. RGB value is (0,61,118). Sum of RGB (Red+Green+Blue) = 0+61+118=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 118 (46.48% from 255 or 65.92% from 179); Max value from RGB is 118 - color contains mainly: blue. Hex color #003D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #003D76 is #FFC289. Grayscale: #303030. Windows color (decimal): -16761482 or 7748864. OLE color: 7748864.

HSL color Cylindrical-coordinate representation of color #003D76: hue angle of 208.98º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D76 is Cyan = 1, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB061118-
CMYK10.4800.54
HSL208.98º100%23.14%-
HSV(B)208.98º100%46.27%-
XYZ4.944.6517.78-
YUV49.26166.7992.87-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 61 (24.22% from 255) = 34.08%
BLUE value IS 118 (46.48% from 255) = 65.92%
R=0%
G=34.08%
B=65.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal06111810.4800.54208.9810023.14
Hex03D766430036d16417
Octal0751661446006632114427
Binary011110111101101100100110000011011011010001110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,61,118); }

 H1.HeaderClassName
 {
   color: #003D76;
 }
 .AnyTagClassName
 {
   color: #003D76;
 }
</style>
background-color css

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

 a { background-color: rgb(0,61,118); }

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

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

 span { border-color: rgb(0,61,118); }

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