#033EA0

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

Shades of Smalt #033EA0

Tints of Smalt #033EA0

Color information

#033EA0 (or 0x033EA0) is unknown color: approx Smalt. HEX triplet: 03, 3E and A0. RGB value is (3,62,160). Sum of RGB (Red+Green+Blue) = 3+62+160=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 62 (24.61% from 255 or 27.56% from 225); Blue value is 160 (62.89% from 255 or 71.11% from 225); Max value from RGB is 160 - color contains mainly: blue. Hex color #033EA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033EA0 is #FCC15F. Grayscale: #373737. Windows color (decimal): -16564576 or 10501635. OLE color: 10501635.

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

Color convert

RGB362160-
CMYK0.980.6100.37
HSL217.45º96.32%31.96%-
HSV(B)217.45º98.12%62.75%-
XYZ8.11633.99-
YUV55.53186.9590.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.33%
GREEN value IS 62 (24.61% from 255) = 27.56%
BLUE value IS 160 (62.89% from 255) = 71.11%
R=1.33%
G=27.56%
B=71.11%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal3621600.980.6100.37217.4596.3231.96
Hex33EA0623D025d96020
Octal3762401427504533114040
Binary111111101010000011000101111010100101110110011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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