#033996

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

Shades of Smalt #033996

Tints of Smalt #033996

Color information

#033996 (or 0x033996) is unknown color: approx Smalt. HEX triplet: 03, 39 and 96. RGB value is (3,57,150). Sum of RGB (Red+Green+Blue) = 3+57+150=210 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.43% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #033996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033996 is #FCC669. Grayscale: #333333. Windows color (decimal): -16565866 or 9844995. OLE color: 9844995.

HSL color Cylindrical-coordinate representation of color #033996: hue angle of 217.96º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033996 is Cyan = 0.98, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB357150-
CMYK0.980.6200.41
HSL217.96º96.08%30%-
HSV(B)217.96º98%58.82%-
XYZ7.015.1529.48-
YUV51.46183.6193.44-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.43%
GREEN value IS 57 (22.66% from 255) = 27.14%
BLUE value IS 150 (58.98% from 255) = 71.43%
R=1.43%
G=27.14%
B=71.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3571500.980.6200.41217.9696.0830
Hex33996623E029da601e
Octal3712261427605133214036
Binary11111001100101101100010111110010100111011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033996; }

 p { color: rgb(3,57,150); }

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

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

 a { background-color: rgb(3,57,150); }

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

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

 span { border-color: rgb(3,57,150); }

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