Html Css Color HEX #323099 Dark Slate Blue

📋 copy color: '#323099'

red 50 ◦ green 48 ◦ blue 153

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

Shades of Dark Slate Blue #323099

Tints of Dark Slate Blue #323099

RGB

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

 GREEN value IS 48 (19.14% from 255) = 19.12%

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 19.92%
G = 19.12%
B = 60.96%

CMYK

 C value IS 0.67

 M value IS 0.69

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#323099 (or 0x323099) is known color: Dark Slate Blue. HEX triplet: 32, 30 and 99. RGB value is (50,48,153). Sum of RGB (Red+Green+Blue) = 50+48+153=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 48 (19.14% from 255 or 19.12% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #323099 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323099 is #CDCF66. Grayscale: #3C3C3C. Windows color (decimal): -13487975 or 10039346. OLE color: 10039346.

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

Color convert

RGB 50 48 153 -
CMYK 0.67 0.69 0 0.4
HSL 241.14º 0.52% 0.39% -
HSV(B) 241.14º 0.69% 0.6% -
XYZ 8.12 5.09 30.69 -
YUV 60.57 180.16 120.46 -
System Red Green Blue C M Y K H S L
Decimal 50 48 153 0.67 0.69 0 0.4 241.14 0.52 0.39
Hex 32 30 99 43 45 0 28 F1 34 27
Octal 62 60 231 103 105 0 50 361 64 47
Binary 110010 110000 10011001 1000011 1000101 0 101000 11110001 110100 100111

Color Harmonies of #323099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323099

Black with #323099

Text Example


Text Example

White with #323099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323099; }

 p { color: rgb(50,48,153); }

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

background-color css

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

 a { background-color: rgb(50,48,153); }

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

border-color css

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

 span { border-color: rgb(50,48,153); }

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