Html Css Color HEX #332DA2 Dark Slate Blue

📋 copy color: '#332DA2'

red 51 ◦ green 45 ◦ blue 162

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

Shades of Dark Slate Blue #332DA2

Tints of Dark Slate Blue #332DA2

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.44%

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

R = 19.77%
G = 17.44%
B = 62.79%

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

#332DA2 (or 0x332DA2) is known color: Dark Slate Blue. HEX triplet: 33, 2D and A2. RGB value is (51,45,162). Sum of RGB (Red+Green+Blue) = 51+45+162=258 (34% of max value = 765). Red value is 51 (20.31% from 255 or 19.77% from 258); Green value is 45 (17.97% from 255 or 17.44% from 258); Blue value is 162 (63.67% from 255 or 62.79% from 258); Max value from RGB is 162 - color contains mainly: blue. Hex color #332DA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332DA2 is #CCD25D. Grayscale: #3B3B3B. Windows color (decimal): -13423198 or 10628403. OLE color: 10628403.

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

Color convert

RGB 51 45 162 -
CMYK 0.69 0.72 0 0.36
HSL 243.08º 0.57% 0.41% -
HSV(B) 243.08º 0.72% 0.64% -
XYZ 8.83 5.19 34.72 -
YUV 60.13 185.49 121.49 -
System Red Green Blue C M Y K H S L
Decimal 51 45 162 0.69 0.72 0 0.36 243.08 0.57 0.41
Hex 33 2D A2 45 48 0 24 F3 39 29
Octal 63 55 242 105 110 0 44 363 71 51
Binary 110011 101101 10100010 1000101 1001000 0 100100 11110011 111001 101001

Color Harmonies of #332DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332DA2

Black with #332DA2

Text Example


Text Example

White with #332DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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