Html Css Color HEX #323198 Dark Slate Blue

📋 copy color: '#323198'

red 50 ◦ green 49 ◦ blue 152

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

Shades of Dark Slate Blue #323198

Tints of Dark Slate Blue #323198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.52%

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

R = 19.92%
G = 19.52%
B = 60.56%

CMYK

 C value IS 0.67

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#323198 (or 0x323198) is known color: Dark Slate Blue. HEX triplet: 32, 31 and 98. RGB value is (50,49,152). Sum of RGB (Red+Green+Blue) = 50+49+152=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 152 (59.77% from 255 or 60.56% from 251); Max value from RGB is 152 - color contains mainly: blue. Hex color #323198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323198 is #CDCE67. Grayscale: #3C3C3C. Windows color (decimal): -13487720 or 9974066. OLE color: 9974066.

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

Color convert

RGB 50 49 152 -
CMYK 0.67 0.68 0 0.40
HSL 240.58º 0.51% 0.39% -
HSV(B) 240.58º 0.68% 0.6% -
XYZ 8.08 5.14 30.27 -
YUV 61.04 179.33 120.12 -
System Red Green Blue C M Y K H S L
Decimal 50 49 152 0.67 0.68 0 0.40 240.58 0.51 0.39
Hex 32 31 98 43 44 0 28 F1 33 27
Octal 62 61 230 103 104 0 50 361 63 47
Binary 110010 110001 10011000 1000011 1000100 0 101000 11110001 110011 100111

Color Harmonies of #323198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323198

Black with #323198

Text Example


Text Example

White with #323198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323198; }

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

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

background-color css

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

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

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

border-color css

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

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

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