#332EA3

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

Shades of Dark Slate Blue #332EA3

Tints of Dark Slate Blue #332EA3

Color information

#332EA3 (or 0x332EA3) is unknown color: approx Dark Slate Blue. HEX triplet: 33, 2E and A3. RGB value is (51,46,163). Sum of RGB (Red+Green+Blue) = 51+46+163=260 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.62% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 163 (64.06% from 255 or 62.69% from 260); Max value from RGB is 163 - color contains mainly: blue. Hex color #332EA3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332EA3 is #CCD15C. Grayscale: #3C3C3C. Windows color (decimal): -13422941 or 10694195. OLE color: 10694195.

HSL color Cylindrical-coordinate representation of color #332EA3: hue angle of 242.56º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332EA3 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB5146163-
CMYK0.690.7200.36
HSL242.56º55.98%40.98%-
HSV(B)242.56º71.78%63.92%-
XYZ8.955.335.2-
YUV60.83185.66120.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 19.62%
GREEN value IS 46 (18.36% from 255) = 17.69%
BLUE value IS 163 (64.06% from 255) = 62.69%
R=19.62%
G=17.69%
B=62.69%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal51461630.690.7200.36242.5655.9840.98
Hex332EA34548024f33829
Octal63562431051100443637051
Binary1100111011101010001110001011001000010010011110011111000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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