Html Css Color HEX #352D92 Dark Slate Blue

📋 copy color: '#352D92'

red 53 ◦ green 45 ◦ blue 146

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

Shades of Dark Slate Blue #352D92

Tints of Dark Slate Blue #352D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 59.84%

R = 21.72%
G = 18.44%
B = 59.84%

CMYK

 C value IS 0.64

 M value IS 0.69

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352D92 (or 0x352D92) is known color: Dark Slate Blue. HEX triplet: 35, 2D and 92. RGB value is (53,45,146). Sum of RGB (Red+Green+Blue) = 53+45+146=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 45 (17.97% from 255 or 18.44% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #352D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352D92 is #CAD26D. Grayscale: #3A3A3A. Windows color (decimal): -13292142 or 9579829. OLE color: 9579829.

HSL color Cylindrical-coordinate representation of color #352D92: hue angle of 244.75º 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 #352D92 is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 45 146 -
CMYK 0.64 0.69 0 0.43
HSL 244.75º 0.53% 0.37% -
HSV(B) 244.75º 0.69% 0.57% -
XYZ 7.59 4.71 27.7 -
YUV 58.91 177.15 123.79 -
System Red Green Blue C M Y K H S L
Decimal 53 45 146 0.64 0.69 0 0.43 244.75 0.53 0.37
Hex 35 2D 92 40 45 0 2B F5 35 25
Octal 65 55 222 100 105 0 53 365 65 45
Binary 110101 101101 10010010 1000000 1000101 0 101011 11110101 110101 100101

Color Harmonies of #352D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352D92

Black with #352D92

Text Example


Text Example

White with #352D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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