#333395

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

Shades of Dark Slate Blue #333395

Tints of Dark Slate Blue #333395

Color information

#333395 (or 0x333395) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 33 and 95. RGB value is (51,51,149). Sum of RGB (Red+Green+Blue) = 51+51+149=251 (33% of max value = 765). Red value is 51 (20.31% from 255 or 20.32% from 251); Green value is 51 (20.31% from 255 or 20.32% from 251); Blue value is 149 (58.59% from 255 or 59.36% from 251); Max value from RGB is 149 - color contains mainly: blue. Hex color #333395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #333395 is #CCCC6A. Grayscale: #3D3D3D. Windows color (decimal): -13421675 or 9777971. OLE color: 9777971.

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

Color convert

RGB5151149-
CMYK0.660.6600.42
HSL240º49%39.22%-
HSV(B)240º65.77%58.43%-
XYZ7.975.2429.03-
YUV62.17177120.03-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.32%
GREEN value IS 51 (20.31% from 255) = 20.32%
BLUE value IS 149 (58.59% from 255) = 59.36%
R=20.32%
G=20.32%
B=59.36%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51511490.660.6600.422404939.22
Hex333395424202Af03127
Octal63632251021020523606147
Binary1100111100111001010110000101000010010101011110000110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333395; }

 p { color: rgb(51,51,149); }

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

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

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

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

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

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

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