Html Css Color HEX #352993 Dark Slate Blue

📋 copy color: '#352993'

red 53 ◦ green 41 ◦ blue 147

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

Shades of Dark Slate Blue #352993

Tints of Dark Slate Blue #352993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.01%

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

R = 21.99%
G = 17.01%
B = 61%

CMYK

 C value IS 0.64

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#352993 (or 0x352993) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 93. RGB value is (53,41,147). Sum of RGB (Red+Green+Blue) = 53+41+147=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 41 (16.41% from 255 or 17.01% from 241); Blue value is 147 (57.81% from 255 or 61.00% from 241); Max value from RGB is 147 - color contains mainly: blue. Hex color #352993 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352993 is #CAD66C. Grayscale: #383838. Windows color (decimal): -13293165 or 9644341. OLE color: 9644341.

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

Color convert

RGB 53 41 147 -
CMYK 0.64 0.72 0 0.42
HSL 246.79º 0.56% 0.37% -
HSV(B) 246.79º 0.72% 0.58% -
XYZ 7.53 4.45 28.07 -
YUV 56.67 178.98 125.38 -
System Red Green Blue C M Y K H S L
Decimal 53 41 147 0.64 0.72 0 0.42 246.79 0.56 0.37
Hex 35 29 93 40 48 0 2A F7 38 25
Octal 65 51 223 100 110 0 52 367 70 45
Binary 110101 101001 10010011 1000000 1001000 0 101010 11110111 111000 100101

Color Harmonies of #352993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352993

Black with #352993

Text Example


Text Example

White with #352993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352993; }

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

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

background-color css

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

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

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

border-color css

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

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

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