#003299

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

Shades of Smalt #003299

Tints of Smalt #003299

Color information

#003299 (or 0x003299) is unknown color: approx Smalt. HEX triplet: 00, 32 and 99. RGB value is (0,50,153). Sum of RGB (Red+Green+Blue) = 0+50+153=203 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 203); Green value is 50 (19.92% from 255 or 24.63% from 203); Blue value is 153 (60.16% from 255 or 75.37% from 203); Max value from RGB is 153 - color contains mainly: blue. Hex color #003299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003299 is #FFCD66. Grayscale: #2E2E2E. Windows color (decimal): -16764263 or 10039808. OLE color: 10039808.

HSL color Cylindrical-coordinate representation of color #003299: hue angle of 220.39º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003299 is Cyan = 1, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB050153-
CMYK10.6700.4
HSL220.39º100%30%-
HSV(B)220.39º100%60%-
XYZ6.894.5830.66-
YUV46.79187.9494.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 50 (19.92% from 255) = 24.63%
BLUE value IS 153 (60.16% from 255) = 75.37%
R=0%
G=24.63%
B=75.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal05015310.6700.4220.3910030
Hex032996443028dc641e
Octal06223114410305033414436
Binary01100101001100111001001000011010100011011100110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003299; }

 p { color: rgb(0,50,153); }

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

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

 a { background-color: rgb(0,50,153); }

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

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

 span { border-color: rgb(0,50,153); }

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