Html Css Color HEX #352990 Dark Slate Blue

📋 copy color: '#352990'

red 53 ◦ green 41 ◦ blue 144

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

Shades of Dark Slate Blue #352990

Tints of Dark Slate Blue #352990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.23%

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

R = 22.27%
G = 17.23%
B = 60.5%

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

#352990 (or 0x352990) is known color: Dark Slate Blue. HEX triplet: 35, 29 and 90. RGB value is (53,41,144). Sum of RGB (Red+Green+Blue) = 53+41+144=238 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.27% from 238); Green value is 41 (16.41% from 255 or 17.23% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #352990 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352990 is #CAD66F. Grayscale: #373737. Windows color (decimal): -13293168 or 9447733. OLE color: 9447733.

HSL color Cylindrical-coordinate representation of color #352990: hue angle of 246.99º degrees, saturation: 0.56, 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 #352990 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 41 144 -
CMYK 0.63 0.72 0 0.44
HSL 246.99º 0.56% 0.36% -
HSV(B) 246.99º 0.72% 0.56% -
XYZ 7.3 4.36 26.84 -
YUV 56.33 177.48 125.62 -
System Red Green Blue C M Y K H S L
Decimal 53 41 144 0.63 0.72 0 0.44 246.99 0.56 0.36
Hex 35 29 90 3F 48 0 2C F7 38 24
Octal 65 51 220 77 110 0 54 367 70 44
Binary 110101 101001 10010000 111111 1001000 0 101100 11110111 111000 100100

Color Harmonies of #352990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352990

Black with #352990

Text Example


Text Example

White with #352990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352990; }

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

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

background-color css

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

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

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

border-color css

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

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

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