Html Css Color HEX #353194 Dark Slate Blue

📋 copy color: '#353194'

red 53 ◦ green 49 ◦ blue 148

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

Shades of Dark Slate Blue #353194

Tints of Dark Slate Blue #353194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 21.2%
G = 19.6%
B = 59.2%

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

#353194 (or 0x353194) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 94. RGB value is (53,49,148). Sum of RGB (Red+Green+Blue) = 53+49+148=250 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.2% from 250); Green value is 49 (19.53% from 255 or 19.6% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #353194 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353194 is #CACE6B. Grayscale: #3D3D3D. Windows color (decimal): -13291116 or 9711925. OLE color: 9711925.

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

Color convert

RGB 53 49 148 -
CMYK 0.64 0.67 0 0.42
HSL 242.42º 0.5% 0.39% -
HSV(B) 242.42º 0.67% 0.58% -
XYZ 7.91 5.09 28.58 -
YUV 61.48 176.83 121.95 -
System Red Green Blue C M Y K H S L
Decimal 53 49 148 0.64 0.67 0 0.42 242.42 0.5 0.39
Hex 35 31 94 40 43 0 2A F2 32 27
Octal 65 61 224 100 103 0 52 362 62 47
Binary 110101 110001 10010100 1000000 1000011 0 101010 11110010 110010 100111

Color Harmonies of #353194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353194

Black with #353194

Text Example


Text Example

White with #353194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353194; }

 p { color: rgb(53,49,148); }

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

background-color css

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

 a { background-color: rgb(53,49,148); }

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

border-color css

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

 span { border-color: rgb(53,49,148); }

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