Html Css Color HEX #352890 Dark Slate Blue

📋 copy color: '#352890'

red 53 ◦ green 40 ◦ blue 144

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

Shades of Dark Slate Blue #352890

Tints of Dark Slate Blue #352890

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 144 (56.64% from 255) = 60.76%

R = 22.36%
G = 16.88%
B = 60.76%

CMYK

 C value IS 0.63

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#352890 (or 0x352890) is known color: Dark Slate Blue. HEX triplet: 35, 28 and 90. RGB value is (53,40,144). Sum of RGB (Red+Green+Blue) = 53+40+144=237 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.36% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 144 (56.64% from 255 or 60.76% from 237); Max value from RGB is 144 - color contains mainly: blue. Hex color #352890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352890 is #CAD76F. Grayscale: #373737. Windows color (decimal): -13293424 or 9447477. OLE color: 9447477.

HSL color Cylindrical-coordinate representation of color #352890: hue angle of 247.5º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #352890 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 40 144 -
CMYK 0.63 0.72 0 0.44
HSL 247.5º 0.57% 0.36% -
HSV(B) 247.5º 0.72% 0.56% -
XYZ 7.26 4.29 26.83 -
YUV 55.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 53 40 144 0.63 0.72 0 0.44 247.5 0.57 0.36
Hex 35 28 90 3F 48 0 2C F8 39 24
Octal 65 50 220 77 110 0 54 370 71 44
Binary 110101 101000 10010000 111111 1001000 0 101100 11111000 111001 100100

Color Harmonies of #352890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352890

Black with #352890

Text Example


Text Example

White with #352890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352890; }

 p { color: rgb(53,40,144); }

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

background-color css

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

 a { background-color: rgb(53,40,144); }

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

border-color css

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

 span { border-color: rgb(53,40,144); }

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