#033096

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

Shades of Smalt #033096

Tints of Smalt #033096

Color information

#033096 (or 0x033096) is unknown color: approx Smalt. HEX triplet: 03, 30 and 96. RGB value is (3,48,150). Sum of RGB (Red+Green+Blue) = 3+48+150=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 48 (19.14% from 255 or 23.88% from 201); Blue value is 150 (58.98% from 255 or 74.63% from 201); Max value from RGB is 150 - color contains mainly: blue. Hex color #033096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033096 is #FCCF69. Grayscale: #2D2D2D. Windows color (decimal): -16568170 or 9842691. OLE color: 9842691.

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

Color convert

RGB348150-
CMYK0.980.6800.41
HSL221.63º96.08%30%-
HSV(B)221.63º98%58.82%-
XYZ6.64.3429.34-
YUV46.17186.5997.21-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 48 (19.14% from 255) = 23.88%
BLUE value IS 150 (58.98% from 255) = 74.63%
R=1.49%
G=23.88%
B=74.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal3481500.980.6800.41221.6396.0830
Hex330966244029de601e
Octal36022614210405133614036
Binary111100001001011011000101000100010100111011110110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033096; }

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

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

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

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

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

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

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

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