#033896

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

Shades of Smalt #033896

Tints of Smalt #033896

Color information

#033896 (or 0x033896) is unknown color: approx Smalt. HEX triplet: 03, 38 and 96. RGB value is (3,56,150). Sum of RGB (Red+Green+Blue) = 3+56+150=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 150 (58.98% from 255 or 71.77% from 209); Max value from RGB is 150 - color contains mainly: blue. Hex color #033896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033896 is #FCC769. Grayscale: #323232. Windows color (decimal): -16566122 or 9844739. OLE color: 9844739.

HSL color Cylindrical-coordinate representation of color #033896: hue angle of 218.37º 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 #033896 is Cyan = 0.98, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB356150-
CMYK0.980.6300.41
HSL218.37º96.08%30%-
HSV(B)218.37º98%58.82%-
XYZ6.965.0529.46-
YUV50.87183.9493.86-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 56 (22.27% from 255) = 26.79%
BLUE value IS 150 (58.98% from 255) = 71.77%
R=1.44%
G=26.79%
B=71.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3561500.980.6300.41218.3796.0830
Hex33896623F029da601e
Octal3702261427705133214036
Binary11111000100101101100010111111010100111011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033896; }

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

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

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

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

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

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

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

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