Html Css Color HEX #322598 Dark Slate Blue

📋 copy color: '#322598'

red 50 ◦ green 37 ◦ blue 152

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

Shades of Dark Slate Blue #322598

Tints of Dark Slate Blue #322598

RGB

 RED value IS 50 (19.92% from 255) = 20.92%

 GREEN value IS 37 (14.84% from 255) = 15.48%

 BLUE value IS 152 (59.77% from 255) = 63.6%

R = 20.92%
G = 15.48%
B = 63.6%

CMYK

 C value IS 0.67

 M value IS 0.76

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#322598 (or 0x322598) is known color: Dark Slate Blue. HEX triplet: 32, 25 and 98. RGB value is (50,37,152). Sum of RGB (Red+Green+Blue) = 50+37+152=239 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.92% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 152 (59.77% from 255 or 63.60% from 239); Max value from RGB is 152 - color contains mainly: blue. Hex color #322598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322598 is #CDDA67. Grayscale: #353535. Windows color (decimal): -13490792 or 9970994. OLE color: 9970994.

HSL color Cylindrical-coordinate representation of color #322598: hue angle of 246.78º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322598 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 37 152 -
CMYK 0.67 0.76 0 0.40
HSL 246.78º 0.61% 0.37% -
HSV(B) 246.78º 0.76% 0.6% -
XYZ 7.64 4.27 30.13 -
YUV 54 183.31 125.15 -
System Red Green Blue C M Y K H S L
Decimal 50 37 152 0.67 0.76 0 0.40 246.78 0.61 0.37
Hex 32 25 98 43 4C 0 28 F7 3D 25
Octal 62 45 230 103 114 0 50 367 75 45
Binary 110010 100101 10011000 1000011 1001100 0 101000 11110111 111101 100101

Color Harmonies of #322598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322598

Black with #322598

Text Example


Text Example

White with #322598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322598; }

 p { color: rgb(50,37,152); }

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

background-color css

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

 a { background-color: rgb(50,37,152); }

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

border-color css

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

 span { border-color: rgb(50,37,152); }

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