Html Css Color HEX #352693 Dark Slate Blue

📋 copy color: '#352693'

red 53 ◦ green 38 ◦ blue 147

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

Shades of Dark Slate Blue #352693

Tints of Dark Slate Blue #352693

RGB

 RED value IS 53 (21.09% from 255) = 22.27%

 GREEN value IS 38 (15.23% from 255) = 15.97%

 BLUE value IS 147 (57.81% from 255) = 61.76%

R = 22.27%
G = 15.97%
B = 61.76%

CMYK

 C value IS 0.64

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352693 (or 0x352693) is known color: Dark Slate Blue. HEX triplet: 35, 26 and 93. RGB value is (53,38,147). Sum of RGB (Red+Green+Blue) = 53+38+147=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 38 (15.23% from 255 or 15.97% from 238); Blue value is 147 (57.81% from 255 or 61.76% from 238); Max value from RGB is 147 - color contains mainly: blue. Hex color #352693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352693 is #CAD96C. Grayscale: #363636. Windows color (decimal): -13293933 or 9643573. OLE color: 9643573.

HSL color Cylindrical-coordinate representation of color #352693: hue angle of 248.26º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #352693 is Cyan = 0.64, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 53 38 147 -
CMYK 0.64 0.74 0 0.42
HSL 248.26º 0.59% 0.36% -
HSV(B) 248.26º 0.74% 0.58% -
XYZ 7.43 4.25 28.03 -
YUV 54.91 179.97 126.64 -
System Red Green Blue C M Y K H S L
Decimal 53 38 147 0.64 0.74 0 0.42 248.26 0.59 0.36
Hex 35 26 93 40 4A 0 2A F8 3B 24
Octal 65 46 223 100 112 0 52 370 73 44
Binary 110101 100110 10010011 1000000 1001010 0 101010 11111000 111011 100100

Color Harmonies of #352693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352693

Black with #352693

Text Example


Text Example

White with #352693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352693; }

 p { color: rgb(53,38,147); }

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

background-color css

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

 a { background-color: rgb(53,38,147); }

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

border-color css

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

 span { border-color: rgb(53,38,147); }

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