#332E94

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

Shades of Dark Slate Blue #332E94

Tints of Dark Slate Blue #332E94

Color information

#332E94 (or 0x332E94) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2E and 94. RGB value is (51,46,148). Sum of RGB (Red+Green+Blue) = 51+46+148=245 (32% of max value = 765). Red value is 51 (20.31% from 255 or 20.82% from 245); Green value is 46 (18.36% from 255 or 18.78% from 245); Blue value is 148 (58.20% from 255 or 60.41% from 245); Max value from RGB is 148 - color contains mainly: blue. Hex color #332E94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332E94 is #CCD16B. Grayscale: #3A3A3A. Windows color (decimal): -13422956 or 9711155. OLE color: 9711155.

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

Color convert

RGB5146148-
CMYK0.660.6900.42
HSL242.94º52.58%38.04%-
HSV(B)242.94º68.92%58.04%-
XYZ7.694.828.54-
YUV59.12178.16122.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 20.82%
GREEN value IS 46 (18.36% from 255) = 18.78%
BLUE value IS 148 (58.20% from 255) = 60.41%
R=20.82%
G=18.78%
B=60.41%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal51461480.660.6900.42242.9452.5838.04
Hex332E94424502Af33526
Octal63562241021050523636546
Binary1100111011101001010010000101000101010101011110011110101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,46,148); }

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

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

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

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

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

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

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