Html Css Color HEX #352499 Dark Slate Blue

📋 copy color: '#352499'

red 53 ◦ green 36 ◦ blue 153

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

Shades of Dark Slate Blue #352499

Tints of Dark Slate Blue #352499

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.88%

 BLUE value IS 153 (60.16% from 255) = 63.22%

R = 21.9%
G = 14.88%
B = 63.22%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#352499 (or 0x352499) is known color: Dark Slate Blue. HEX triplet: 35, 24 and 99. RGB value is (53,36,153). Sum of RGB (Red+Green+Blue) = 53+36+153=242 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.90% from 242); Green value is 36 (14.45% from 255 or 14.88% from 242); Blue value is 153 (60.16% from 255 or 63.22% from 242); Max value from RGB is 153 - color contains mainly: blue. Hex color #352499 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352499 is #CADB66. Grayscale: #353535. Windows color (decimal): -13294439 or 10036277. OLE color: 10036277.

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

Color convert

RGB 53 36 153 -
CMYK 0.65 0.76 0 0.4
HSL 248.72º 0.62% 0.37% -
HSV(B) 248.72º 0.76% 0.6% -
XYZ 7.85 4.32 30.56 -
YUV 54.42 183.63 126.99 -
System Red Green Blue C M Y K H S L
Decimal 53 36 153 0.65 0.76 0 0.4 248.72 0.62 0.37
Hex 35 24 99 41 4C 0 28 F9 3E 25
Octal 65 44 231 101 114 0 50 371 76 45
Binary 110101 100100 10011001 1000001 1001100 0 101000 11111001 111110 100101

Color Harmonies of #352499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352499

Black with #352499

Text Example


Text Example

White with #352499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352499; }

 p { color: rgb(53,36,153); }

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

background-color css

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

 a { background-color: rgb(53,36,153); }

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

border-color css

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

 span { border-color: rgb(53,36,153); }

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