#033F96

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

Shades of Smalt #033F96

Tints of Smalt #033F96

Color information

#033F96 (or 0x033F96) is unknown color: approx Smalt. HEX triplet: 03, 3F and 96. RGB value is (3,63,150). Sum of RGB (Red+Green+Blue) = 3+63+150=216 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.39% from 216); Green value is 63 (25% from 255 or 29.17% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #033F96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033F96 is #FCC069. Grayscale: #363636. Windows color (decimal): -16564330 or 9846531. OLE color: 9846531.

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

Color convert

RGB363150-
CMYK0.980.5800.41
HSL215.51º96.08%30%-
HSV(B)215.51º98%58.82%-
XYZ7.325.7829.58-
YUV54.98181.6290.93-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.39%
GREEN value IS 63 (25% from 255) = 29.17%
BLUE value IS 150 (58.98% from 255) = 69.44%
R=1.39%
G=29.17%
B=69.44%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3631500.980.5800.41215.5196.0830
Hex33F96623A029d8601e
Octal3772261427205133014036
Binary11111111100101101100010111010010100111011000110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033F96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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