Html Css Color HEX #352398 Dark Slate Blue

📋 copy color: '#352398'

red 53 ◦ green 35 ◦ blue 152

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

Shades of Dark Slate Blue #352398

Tints of Dark Slate Blue #352398

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.58%

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

R = 22.08%
G = 14.58%
B = 63.33%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#352398 (or 0x352398) is known color: Dark Slate Blue. HEX triplet: 35, 23 and 98. RGB value is (53,35,152). Sum of RGB (Red+Green+Blue) = 53+35+152=240 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.08% from 240); Green value is 35 (14.06% from 255 or 14.58% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #352398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352398 is #CADC67. Grayscale: #353535. Windows color (decimal): -13294696 or 9970485. OLE color: 9970485.

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

Color convert

RGB 53 35 152 -
CMYK 0.65 0.77 0 0.40
HSL 249.23º 0.63% 0.37% -
HSV(B) 249.23º 0.77% 0.6% -
XYZ 7.74 4.23 30.11 -
YUV 53.72 183.46 127.49 -
System Red Green Blue C M Y K H S L
Decimal 53 35 152 0.65 0.77 0 0.40 249.23 0.63 0.37
Hex 35 23 98 41 4D 0 28 F9 3F 25
Octal 65 43 230 101 115 0 50 371 77 45
Binary 110101 100011 10011000 1000001 1001101 0 101000 11111001 111111 100101

Color Harmonies of #352398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352398

Black with #352398

Text Example


Text Example

White with #352398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352398; }

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

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

background-color css

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

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

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

border-color css

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

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

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