Html Css Color HEX #332894 Dark Slate Blue

📋 copy color: '#332894'

red 51 ◦ green 40 ◦ blue 148

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

Shades of Dark Slate Blue #332894

Tints of Dark Slate Blue #332894

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.74%

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

R = 21.34%
G = 16.74%
B = 61.92%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#332894 (or 0x332894) is known color: Dark Slate Blue. HEX triplet: 33, 28 and 94. RGB value is (51,40,148). Sum of RGB (Red+Green+Blue) = 51+40+148=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 40 (16.02% from 255 or 16.74% from 239); Blue value is 148 (58.20% from 255 or 61.92% from 239); Max value from RGB is 148 - color contains mainly: blue. Hex color #332894 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #332894 is #CCD76B. Grayscale: #373737. Windows color (decimal): -13424492 or 9709619. OLE color: 9709619.

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

Color convert

RGB 51 40 148 -
CMYK 0.66 0.73 0 0.42
HSL 246.11º 0.57% 0.37% -
HSV(B) 246.11º 0.73% 0.58% -
XYZ 7.47 4.36 28.46 -
YUV 55.6 180.14 124.72 -
System Red Green Blue C M Y K H S L
Decimal 51 40 148 0.66 0.73 0 0.42 246.11 0.57 0.37
Hex 33 28 94 42 49 0 2A F6 39 25
Octal 63 50 224 102 111 0 52 366 71 45
Binary 110011 101000 10010100 1000010 1001001 0 101010 11110110 111001 100101

Color Harmonies of #332894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332894

Black with #332894

Text Example


Text Example

White with #332894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332894; }

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

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

background-color css

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

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

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

border-color css

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

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

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