Html Css Color HEX #353093 Dark Slate Blue

📋 copy color: '#353093'

red 53 ◦ green 48 ◦ blue 147

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

Shades of Dark Slate Blue #353093

Tints of Dark Slate Blue #353093

RGB

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

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

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

R = 21.37%
G = 19.35%
B = 59.27%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#353093 (or 0x353093) is known color: Dark Slate Blue. HEX triplet: 35, 30 and 93. RGB value is (53,48,147). Sum of RGB (Red+Green+Blue) = 53+48+147=248 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.37% from 248); Green value is 48 (19.14% from 255 or 19.35% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #353093 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353093 is #CACF6C. Grayscale: #3C3C3C. Windows color (decimal): -13291373 or 9646133. OLE color: 9646133.

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

Color convert

RGB 53 48 147 -
CMYK 0.64 0.67 0 0.42
HSL 243.03º 0.51% 0.38% -
HSV(B) 243.03º 0.67% 0.58% -
XYZ 7.79 4.98 28.15 -
YUV 60.78 176.66 122.45 -
System Red Green Blue C M Y K H S L
Decimal 53 48 147 0.64 0.67 0 0.42 243.03 0.51 0.38
Hex 35 30 93 40 43 0 2A F3 33 26
Octal 65 60 223 100 103 0 52 363 63 46
Binary 110101 110000 10010011 1000000 1000011 0 101010 11110011 110011 100110

Color Harmonies of #353093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353093

Black with #353093

Text Example


Text Example

White with #353093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353093; }

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

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

background-color css

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

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

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

border-color css

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

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

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