Html Css Color HEX #353198 Dark Slate Blue

📋 copy color: '#353198'

red 53 ◦ green 49 ◦ blue 152

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

Shades of Dark Slate Blue #353198

Tints of Dark Slate Blue #353198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.84%

R = 20.87%
G = 19.29%
B = 59.84%

CMYK

 C value IS 0.65

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#353198 (or 0x353198) is known color: Dark Slate Blue. HEX triplet: 35, 31 and 98. RGB value is (53,49,152). Sum of RGB (Red+Green+Blue) = 53+49+152=254 (33% of max value = 765). Red value is 53 (21.09% from 255 or 20.87% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #353198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #353198 is #CACE67. Grayscale: #3D3D3D. Windows color (decimal): -13291112 or 9974069. OLE color: 9974069.

HSL color Cylindrical-coordinate representation of color #353198: hue angle of 242.33º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #353198 is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 49 152 -
CMYK 0.65 0.68 0 0.40
HSL 242.33º 0.51% 0.39% -
HSV(B) 242.33º 0.68% 0.6% -
XYZ 8.23 5.22 30.28 -
YUV 61.94 178.83 121.62 -
System Red Green Blue C M Y K H S L
Decimal 53 49 152 0.65 0.68 0 0.40 242.33 0.51 0.39
Hex 35 31 98 41 44 0 28 F2 33 27
Octal 65 61 230 101 104 0 50 362 63 47
Binary 110101 110001 10011000 1000001 1000100 0 101000 11110010 110011 100111

Color Harmonies of #353198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353198

Black with #353198

Text Example


Text Example

White with #353198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353198; }

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

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

background-color css

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

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

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

border-color css

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

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

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