Html Css Color HEX #323598 Dark Slate Blue

📋 copy color: '#323598'

red 50 ◦ green 53 ◦ blue 152

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

Shades of Dark Slate Blue #323598

Tints of Dark Slate Blue #323598

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.78%

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

R = 19.61%
G = 20.78%
B = 59.61%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#323598 (or 0x323598) is known color: Dark Slate Blue. HEX triplet: 32, 35 and 98. RGB value is (50,53,152). Sum of RGB (Red+Green+Blue) = 50+53+152=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #323598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323598 is #CDCA67. Grayscale: #3E3E3E. Windows color (decimal): -13486696 or 9975090. OLE color: 9975090.

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

Color convert

RGB 50 53 152 -
CMYK 0.67 0.65 0 0.40
HSL 238.24º 0.5% 0.4% -
HSV(B) 238.24º 0.67% 0.6% -
XYZ 8.26 5.49 30.33 -
YUV 63.39 178.01 118.45 -
System Red Green Blue C M Y K H S L
Decimal 50 53 152 0.67 0.65 0 0.40 238.24 0.5 0.4
Hex 32 35 98 43 41 0 28 EE 32 28
Octal 62 65 230 103 101 0 50 356 62 50
Binary 110010 110101 10011000 1000011 1000001 0 101000 11101110 110010 101000

Color Harmonies of #323598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323598

Black with #323598

Text Example


Text Example

White with #323598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323598; }

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

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

background-color css

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

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

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

border-color css

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

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

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