Html Css Color HEX #332CA2 Dark Slate Blue

📋 copy color: '#332CA2'

red 51 ◦ green 44 ◦ blue 162

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

Shades of Dark Slate Blue #332CA2

Tints of Dark Slate Blue #332CA2

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.12%

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

R = 19.84%
G = 17.12%
B = 63.04%

CMYK

 C value IS 0.69

 M value IS 0.73

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#332CA2 (or 0x332CA2) is known color: Dark Slate Blue. HEX triplet: 33, 2C and A2. RGB value is (51,44,162). Sum of RGB (Red+Green+Blue) = 51+44+162=257 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.84% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 162 (63.67% from 255 or 63.04% from 257); Max value from RGB is 162 - color contains mainly: blue. Hex color #332CA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332CA2 is #CCD35D. Grayscale: #3B3B3B. Windows color (decimal): -13423454 or 10628147. OLE color: 10628147.

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

Color convert

RGB 51 44 162 -
CMYK 0.69 0.73 0 0.36
HSL 243.56º 0.57% 0.4% -
HSV(B) 243.56º 0.73% 0.64% -
XYZ 8.79 5.11 34.71 -
YUV 59.55 185.82 121.91 -
System Red Green Blue C M Y K H S L
Decimal 51 44 162 0.69 0.73 0 0.36 243.56 0.57 0.4
Hex 33 2C A2 45 49 0 24 F4 39 28
Octal 63 54 242 105 111 0 44 364 71 50
Binary 110011 101100 10100010 1000101 1001001 0 100100 11110100 111001 101000

Color Harmonies of #332CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332CA2

Black with #332CA2

Text Example


Text Example

White with #332CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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