#332D92

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

Shades of Dark Slate Blue #332D92

Tints of Dark Slate Blue #332D92

Color information

#332D92 (or 0x332D92) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2D and 92. RGB value is (51,45,146). Sum of RGB (Red+Green+Blue) = 51+45+146=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 45 (17.97% from 255 or 18.60% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #332D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D92 is #CCD26D. Grayscale: #393939. Windows color (decimal): -13423214 or 9579827. OLE color: 9579827.

HSL color Cylindrical-coordinate representation of color #332D92: hue angle of 243.56º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #332D92 is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5145146-
CMYK0.650.6900.43
HSL243.56º52.88%37.45%-
HSV(B)243.56º69.18%57.25%-
XYZ7.494.6627.7-
YUV58.31177.49122.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.07%
GREEN value IS 45 (17.97% from 255) = 18.60%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=21.07%
G=18.60%
B=60.33%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51451460.650.6900.43243.5652.8837.45
Hex332D92414502Bf43525
Octal63552221011050533646545
Binary1100111011011001001010000011000101010101111110100110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332D92; }

 p { color: rgb(51,45,146); }

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

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

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

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

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

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

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