Html Css Color HEX #332EA0 Dark Slate Blue

📋 copy color: '#332EA0'

red 51 ◦ green 46 ◦ blue 160

#332EA0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Slate Blue #332EA0

Tints of Dark Slate Blue #332EA0

RGB

 RED value IS 51 (20.31% from 255) = 19.84%

 GREEN value IS 46 (18.36% from 255) = 17.9%

 BLUE value IS 160 (62.89% from 255) = 62.26%

R = 19.84%
G = 17.9%
B = 62.26%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#332EA0 (or 0x332EA0) is known color: Dark Slate Blue. HEX triplet: 33, 2E and A0. RGB value is (51,46,160). Sum of RGB (Red+Green+Blue) = 51+46+160=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #332EA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332EA0 is #CCD15F. Grayscale: #3C3C3C. Windows color (decimal): -13422944 or 10497587. OLE color: 10497587.

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

Color convert

RGB 51 46 160 -
CMYK 0.68 0.71 0 0.37
HSL 242.63º 0.55% 0.4% -
HSV(B) 242.63º 0.71% 0.63% -
XYZ 8.69 5.2 33.8 -
YUV 60.49 184.16 121.23 -
System Red Green Blue C M Y K H S L
Decimal 51 46 160 0.68 0.71 0 0.37 242.63 0.55 0.4
Hex 33 2E A0 44 47 0 25 F3 37 28
Octal 63 56 240 104 107 0 45 363 67 50
Binary 110011 101110 10100000 1000100 1000111 0 100101 11110011 110111 101000

Color Harmonies of #332EA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EA0

Black with #332EA0

Text Example


Text Example

White with #332EA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #332EA0;
 }
 .AnyTagClassName
 {
   color: #332EA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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