#003293

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

Shades of Smalt #003293

Tints of Smalt #003293

Color information

#003293 (or 0x003293) is unknown color: approx Smalt. HEX triplet: 00, 32 and 93. RGB value is (0,50,147). Sum of RGB (Red+Green+Blue) = 0+50+147=197 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 197); Green value is 50 (19.92% from 255 or 25.38% from 197); Blue value is 147 (57.81% from 255 or 74.62% from 197); Max value from RGB is 147 - color contains mainly: blue. Hex color #003293 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #003293 is #FFCD6C. Grayscale: #2D2D2D. Windows color (decimal): -16764269 or 9646592. OLE color: 9646592.

HSL color Cylindrical-coordinate representation of color #003293: hue angle of 219.59º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003293 is Cyan = 1, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB050147-
CMYK10.6600.42
HSL219.59º100%28.82%-
HSV(B)219.59º100%57.65%-
XYZ6.414.3928.11-
YUV46.11184.9495.11-

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.38%
BLUE value IS 147 (57.81% from 255) = 74.62%
R=0%
G=25.38%
B=74.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal05014710.6600.42219.5910028.82
Hex03293644202Adc641d
Octal06222314410205233414435
Binary01100101001001111001001000010010101011011100110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003293; }

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

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

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

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

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

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

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

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