Html Css Color HEX #332690 Dark Slate Blue

📋 copy color: '#332690'

red 51 ◦ green 38 ◦ blue 144

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

Shades of Dark Slate Blue #332690

Tints of Dark Slate Blue #332690

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.31%

 BLUE value IS 144 (56.64% from 255) = 61.8%

R = 21.89%
G = 16.31%
B = 61.8%

CMYK

 C value IS 0.65

 M value IS 0.74

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#332690 (or 0x332690) is known color: Dark Slate Blue. HEX triplet: 33, 26 and 90. RGB value is (51,38,144). Sum of RGB (Red+Green+Blue) = 51+38+144=233 (30% of max value = 765). Red value is 51 (20.31% from 255 or 21.89% from 233); Green value is 38 (15.23% from 255 or 16.31% from 233); Blue value is 144 (56.64% from 255 or 61.80% from 233); Max value from RGB is 144 - color contains mainly: blue. Hex color #332690 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332690 is #CCD96F. Grayscale: #353535. Windows color (decimal): -13425008 or 9446963. OLE color: 9446963.

HSL color Cylindrical-coordinate representation of color #332690: hue angle of 247.36º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #332690 is Cyan = 0.65, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 38 144 -
CMYK 0.65 0.74 0 0.44
HSL 247.36º 0.58% 0.36% -
HSV(B) 247.36º 0.74% 0.56% -
XYZ 7.09 4.1 26.8 -
YUV 53.97 178.81 125.88 -
System Red Green Blue C M Y K H S L
Decimal 51 38 144 0.65 0.74 0 0.44 247.36 0.58 0.36
Hex 33 26 90 41 4A 0 2C F7 3A 24
Octal 63 46 220 101 112 0 54 367 72 44
Binary 110011 100110 10010000 1000001 1001010 0 101100 11110111 111010 100100

Color Harmonies of #332690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332690

Black with #332690

Text Example


Text Example

White with #332690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332690; }

 p { color: rgb(51,38,144); }

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

background-color css

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

 a { background-color: rgb(51,38,144); }

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

border-color css

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

 span { border-color: rgb(51,38,144); }

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