#332D99

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

Shades of Dark Slate Blue #332D99

Tints of Dark Slate Blue #332D99

Color information

#332D99 (or 0x332D99) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2D and 99. RGB value is (51,45,153). Sum of RGB (Red+Green+Blue) = 51+45+153=249 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.48% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 153 (60.16% from 255 or 61.45% from 249); Max value from RGB is 153 - color contains mainly: blue. Hex color #332D99 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332D99 is #CCD266. Grayscale: #3A3A3A. Windows color (decimal): -13423207 or 10038579. OLE color: 10038579.

HSL color Cylindrical-coordinate representation of color #332D99: hue angle of 243.33º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #332D99 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB5145153-
CMYK0.670.7100.4
HSL243.33º54.55%38.82%-
HSV(B)243.33º70.59%60%-
XYZ8.054.8830.65-
YUV59.11180.99122.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.48%
GREEN value IS 45 (17.97% from 255) = 18.07%
BLUE value IS 153 (60.16% from 255) = 61.45%
R=20.48%
G=18.07%
B=61.45%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal51451530.670.7100.4243.3354.5538.82
Hex332D994347028f33727
Octal63552311031070503636747
Binary1100111011011001100110000111000111010100011110011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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