#332F92

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

Shades of Dark Slate Blue #332F92

Tints of Dark Slate Blue #332F92

Color information

#332F92 (or 0x332F92) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2F and 92. RGB value is (51,47,146). Sum of RGB (Red+Green+Blue) = 51+47+146=244 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.90% from 244); Green value is 47 (18.75% from 255 or 19.26% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #332F92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332F92 is #CCD06D. Grayscale: #3B3B3B. Windows color (decimal): -13422702 or 9580339. OLE color: 9580339.

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

Color convert

RGB5147146-
CMYK0.650.6800.43
HSL242.42º51.3%37.84%-
HSV(B)242.42º67.81%57.25%-
XYZ7.574.8127.72-
YUV59.48176.83121.95-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.90%
GREEN value IS 47 (18.75% from 255) = 19.26%
BLUE value IS 146 (57.42% from 255) = 59.84%
R=20.90%
G=19.26%
B=59.84%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal51471460.650.6800.43242.4251.337.84
Hex332F92414402Bf23326
Octal63572221011040533626346
Binary1100111011111001001010000011000100010101111110010110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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