#332B90

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

Shades of Dark Slate Blue #332B90

Tints of Dark Slate Blue #332B90

Color information

#332B90 (or 0x332B90) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2B and 90. RGB value is (51,43,144). Sum of RGB (Red+Green+Blue) = 51+43+144=238 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.43% from 238); Green value is 43 (17.19% from 255 or 18.07% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #332B90 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332B90 is #CCD46F. Grayscale: #383838. Windows color (decimal): -13423728 or 9448243. OLE color: 9448243.

HSL color Cylindrical-coordinate representation of color #332B90: hue angle of 244.75º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #332B90 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5143144-
CMYK0.650.7000.44
HSL244.75º54.01%36.67%-
HSV(B)244.75º70.14%56.47%-
XYZ7.264.4526.86-
YUV56.91177.15123.79-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.43%
GREEN value IS 43 (17.19% from 255) = 18.07%
BLUE value IS 144 (56.64% from 255) = 60.50%
R=21.43%
G=18.07%
B=60.50%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal51431440.650.7000.44244.7554.0136.67
Hex332B90414602Cf53625
Octal63532201011060543656645
Binary1100111010111001000010000011000110010110011110101110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,43,144); }

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

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

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

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

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

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

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