Html Css Color HEX #332EA2 Dark Slate Blue

📋 copy color: '#332EA2'

red 51 ◦ green 46 ◦ blue 162

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

Shades of Dark Slate Blue #332EA2

Tints of Dark Slate Blue #332EA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 62.55%

R = 19.69%
G = 17.76%
B = 62.55%

CMYK

 C value IS 0.69

 M value IS 0.72

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#332EA2 (or 0x332EA2) is known color: Dark Slate Blue. HEX triplet: 33, 2E and A2. RGB value is (51,46,162). Sum of RGB (Red+Green+Blue) = 51+46+162=259 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.69% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 162 (63.67% from 255 or 62.55% from 259); Max value from RGB is 162 - color contains mainly: blue. Hex color #332EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332EA2 is #CCD15D. Grayscale: #3C3C3C. Windows color (decimal): -13422942 or 10628659. OLE color: 10628659.

HSL color Cylindrical-coordinate representation of color #332EA2: hue angle of 242.59º 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 #332EA2 is Cyan = 0.69, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 51 46 162 -
CMYK 0.69 0.72 0 0.36
HSL 242.59º 0.56% 0.41% -
HSV(B) 242.59º 0.72% 0.64% -
XYZ 8.86 5.27 34.73 -
YUV 60.72 185.16 121.07 -
System Red Green Blue C M Y K H S L
Decimal 51 46 162 0.69 0.72 0 0.36 242.59 0.56 0.41
Hex 33 2E A2 45 48 0 24 F3 38 29
Octal 63 56 242 105 110 0 44 363 70 51
Binary 110011 101110 10100010 1000101 1001000 0 100100 11110011 111000 101001

Color Harmonies of #332EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332EA2

Black with #332EA2

Text Example


Text Example

White with #332EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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