#003290

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

Shades of Smalt #003290

Tints of Smalt #003290

Color information

#003290 (or 0x003290) is unknown color: approx Smalt. HEX triplet: 00, 32 and 90. RGB value is (0,50,144). Sum of RGB (Red+Green+Blue) = 0+50+144=194 (25% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 194); Green value is 50 (19.92% from 255 or 25.77% from 194); Blue value is 144 (56.64% from 255 or 74.23% from 194); Max value from RGB is 144 - color contains mainly: blue. Hex color #003290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003290 is #FFCD6F. Grayscale: #2D2D2D. Windows color (decimal): -16764272 or 9449984. OLE color: 9449984.

HSL color Cylindrical-coordinate representation of color #003290: hue angle of 219.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003290 is Cyan = 1, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB050144-
CMYK10.6500.44
HSL219.17º100%28.24%-
HSV(B)219.17º100%56.47%-
XYZ6.174.2926.89-
YUV45.77183.4495.36-

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) = 25.77%
BLUE value IS 144 (56.64% from 255) = 74.23%
R=0%
G=25.77%
B=74.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal05014410.6500.44219.1710028.24
Hex03290644102Cdb641c
Octal06222014410105433314434
Binary01100101001000011001001000001010110011011011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003290; }

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

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

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

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

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

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

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

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