Html Css Color HEX #352D91 Dark Slate Blue

📋 copy color: '#352D91'

red 53 ◦ green 45 ◦ blue 145

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

Shades of Dark Slate Blue #352D91

Tints of Dark Slate Blue #352D91

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.52%

 BLUE value IS 145 (57.03% from 255) = 59.67%

R = 21.81%
G = 18.52%
B = 59.67%

CMYK

 C value IS 0.63

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352D91 (or 0x352D91) is known color: Dark Slate Blue. HEX triplet: 35, 2D and 91. RGB value is (53,45,145). Sum of RGB (Red+Green+Blue) = 53+45+145=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 145 (57.03% from 255 or 59.67% from 243); Max value from RGB is 145 - color contains mainly: blue. Hex color #352D91 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D91 is #CAD26E. Grayscale: #3A3A3A. Windows color (decimal): -13292143 or 9514293. OLE color: 9514293.

HSL color Cylindrical-coordinate representation of color #352D91: hue angle of 244.8º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #352D91 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 45 145 -
CMYK 0.63 0.69 0 0.43
HSL 244.8º 0.53% 0.37% -
HSV(B) 244.8º 0.69% 0.57% -
XYZ 7.52 4.68 27.29 -
YUV 58.79 176.65 123.87 -
System Red Green Blue C M Y K H S L
Decimal 53 45 145 0.63 0.69 0 0.43 244.8 0.53 0.37
Hex 35 2D 91 3F 45 0 2B F5 35 25
Octal 65 55 221 77 105 0 53 365 65 45
Binary 110101 101101 10010001 111111 1000101 0 101011 11110101 110101 100101

Color Harmonies of #352D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D91

Black with #352D91

Text Example


Text Example

White with #352D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352D91; }

 p { color: rgb(53,45,145); }

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

background-color css

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

 a { background-color: rgb(53,45,145); }

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

border-color css

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

 span { border-color: rgb(53,45,145); }

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