#333497

Color #333497 Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #333497

Tints of Dark Slate Blue #333497

Color information

#333497 (or 0x333497) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 34 and 97. RGB value is (51,52,151). Sum of RGB (Red+Green+Blue) = 51+52+151=254 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.08% from 254); Green value is 52 (20.70% from 255 or 20.47% from 254); Blue value is 151 (59.38% from 255 or 59.45% from 254); Max value from RGB is 151 - color contains mainly: blue. Hex color #333497 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333497 is #CCCB68. Grayscale: #3E3E3E. Windows color (decimal): -13421417 or 9909299. OLE color: 9909299.

HSL color Cylindrical-coordinate representation of color #333497: hue angle of 239.4º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #333497 is Cyan = 0.66, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5152151-
CMYK0.660.6600.41
HSL239.4º49.5%39.61%-
HSV(B)239.4º66.23%59.22%-
XYZ8.185.3929.89-
YUV62.99177.67119.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.08%
GREEN value IS 52 (20.70% from 255) = 20.47%
BLUE value IS 151 (59.38% from 255) = 59.45%
R=20.08%
G=20.47%
B=59.45%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal51521510.660.6600.41239.449.539.61
Hex3334974242029ef3228
Octal63642271021020513576250
Binary1100111101001001011110000101000010010100111101111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333497; }

 p { color: rgb(51,52,151); }

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

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

 a { background-color: rgb(51,52,151); }

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

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

 span { border-color: rgb(51,52,151); }

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