#033099

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

Shades of Smalt #033099

Tints of Smalt #033099

Color information

#033099 (or 0x033099) is unknown color: approx Smalt. HEX triplet: 03, 30 and 99. RGB value is (3,48,153). Sum of RGB (Red+Green+Blue) = 3+48+153=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 48 (19.14% from 255 or 23.53% from 204); Blue value is 153 (60.16% from 255 or 75% from 204); Max value from RGB is 153 - color contains mainly: blue. Hex color #033099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #033099 is #FCCF66. Grayscale: #2E2E2E. Windows color (decimal): -16568167 or 10039299. OLE color: 10039299.

HSL color Cylindrical-coordinate representation of color #033099: hue angle of 222º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033099 is Cyan = 0.98, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB348153-
CMYK0.980.6900.4
HSL222º96.15%30.59%-
HSV(B)222º98.04%60%-
XYZ6.844.4330.63-
YUV46.52188.0996.96-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 48 (19.14% from 255) = 23.53%
BLUE value IS 153 (60.16% from 255) = 75%
R=1.47%
G=23.53%
B=75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal3481530.980.6900.422296.1530.59
Hex330996245028de601f
Octal36023114210505033614037
Binary111100001001100111000101000101010100011011110110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033099; }

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

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

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

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

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

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

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

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