#003EA0

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

Shades of Smalt #003EA0

Tints of Smalt #003EA0

Color information

#003EA0 (or 0x003EA0) is unknown color: approx Smalt. HEX triplet: 00, 3E and A0. RGB value is (0,62,160). Sum of RGB (Red+Green+Blue) = 0+62+160=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 62 (24.61% from 255 or 27.93% from 222); Blue value is 160 (62.89% from 255 or 72.07% from 222); Max value from RGB is 160 - color contains mainly: blue. Hex color #003EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003EA0 is #FFC15F. Grayscale: #363636. Windows color (decimal): -16761184 or 10501632. OLE color: 10501632.

HSL color Cylindrical-coordinate representation of color #003EA0: hue angle of 216.75º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003EA0 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB062160-
CMYK10.6100.37
HSL216.75º100%31.37%-
HSV(B)216.75º100%62.75%-
XYZ8.075.9833.99-
YUV54.63187.4689.03-

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) = 27.93%
BLUE value IS 160 (62.89% from 255) = 72.07%
R=0%
G=27.93%
B=72.07%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal06216010.6100.37216.7510031.37
Hex03EA0643D025d9641f
Octal0762401447504533114437
Binary0111110101000001100100111101010010111011001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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