#003E81

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

Shades of Dark Cerulean #003E81

Tints of Dark Cerulean #003E81

Color information

#003E81 (or 0x003E81) is unknown color: approx Dark Cerulean. HEX triplet: 00, 3E and 81. RGB value is (0,62,129). Sum of RGB (Red+Green+Blue) = 0+62+129=191 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 191); Green value is 62 (24.61% from 255 or 32.46% from 191); Blue value is 129 (50.78% from 255 or 67.54% from 191); Max value from RGB is 129 - color contains mainly: blue. Hex color #003E81 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003E81 is #FFC17E. Grayscale: #323232. Windows color (decimal): -16761215 or 8470016. OLE color: 8470016.

HSL color Cylindrical-coordinate representation of color #003E81: hue angle of 211.16º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003E81 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB062129-
CMYK10.5200.49
HSL211.16º100%25.29%-
HSV(B)211.16º100%50.59%-
XYZ5.695.0321.44-
YUV51.1171.9691.55-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 62 (24.61% from 255) = 32.46%
BLUE value IS 129 (50.78% from 255) = 67.54%
R=0%
G=32.46%
B=67.54%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal06212910.5200.49211.1610025.29
Hex03E816434031d36419
Octal0762011446406132314431
Binary0111110100000011100100110100011000111010011110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,62,129); }

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

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

 a { background-color: rgb(0,62,129); }

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

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

 span { border-color: rgb(0,62,129); }

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