#033A96

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

Shades of Smalt #033A96

Tints of Smalt #033A96

Color information

#033A96 (or 0x033A96) is unknown color: approx Smalt. HEX triplet: 03, 3A and 96. RGB value is (3,58,150). Sum of RGB (Red+Green+Blue) = 3+58+150=211 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 150 (58.98% from 255 or 71.09% from 211); Max value from RGB is 150 - color contains mainly: blue. Hex color #033A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033A96 is #FCC569. Grayscale: #333333. Windows color (decimal): -16565610 or 9845251. OLE color: 9845251.

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

Color convert

RGB358150-
CMYK0.980.6100.41
HSL217.55º96.08%30%-
HSV(B)217.55º98%58.82%-
XYZ7.065.2529.5-
YUV52.04183.2893.02-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.42%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 150 (58.98% from 255) = 71.09%
R=1.42%
G=27.49%
B=71.09%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3581500.980.6100.41217.5596.0830
Hex33A96623D029da601e
Octal3722261427505133214036
Binary11111010100101101100010111101010100111011010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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