Html Css Color HEX #332994 Dark Slate Blue

📋 copy color: '#332994'

red 51 ◦ green 41 ◦ blue 148

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

Shades of Dark Slate Blue #332994

Tints of Dark Slate Blue #332994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.08%

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 21.25%
G = 17.08%
B = 61.67%

CMYK

 C value IS 0.66

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332994 (or 0x332994) is known color: Dark Slate Blue. HEX triplet: 33, 29 and 94. RGB value is (51,41,148). Sum of RGB (Red+Green+Blue) = 51+41+148=240 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.25% from 240); Green value is 41 (16.41% from 255 or 17.08% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #332994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332994 is #CCD66B. Grayscale: #373737. Windows color (decimal): -13424236 or 9709875. OLE color: 9709875.

HSL color Cylindrical-coordinate representation of color #332994: hue angle of 245.61º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #332994 is Cyan = 0.66, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 41 148 -
CMYK 0.66 0.72 0 0.42
HSL 245.61º 0.57% 0.37% -
HSV(B) 245.61º 0.72% 0.58% -
XYZ 7.5 4.43 28.48 -
YUV 56.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 51 41 148 0.66 0.72 0 0.42 245.61 0.57 0.37
Hex 33 29 94 42 48 0 2A F6 39 25
Octal 63 51 224 102 110 0 52 366 71 45
Binary 110011 101001 10010100 1000010 1001000 0 101010 11110110 111001 100101

Color Harmonies of #332994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332994

Black with #332994

Text Example


Text Example

White with #332994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332994; }

 p { color: rgb(51,41,148); }

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

background-color css

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

 a { background-color: rgb(51,41,148); }

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

border-color css

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

 span { border-color: rgb(51,41,148); }

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