Html Css Color HEX #352C96 Dark Slate Blue

📋 copy color: '#352C96'

red 53 ◦ green 44 ◦ blue 150

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

Shades of Dark Slate Blue #352C96

Tints of Dark Slate Blue #352C96

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.81%

 BLUE value IS 150 (58.98% from 255) = 60.73%

R = 21.46%
G = 17.81%
B = 60.73%

CMYK

 C value IS 0.65

 M value IS 0.71

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#352C96 (or 0x352C96) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 96. RGB value is (53,44,150). Sum of RGB (Red+Green+Blue) = 53+44+150=247 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.46% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 150 (58.98% from 255 or 60.73% from 247); Max value from RGB is 150 - color contains mainly: blue. Hex color #352C96 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C96 is #CAD369. Grayscale: #3A3A3A. Windows color (decimal): -13292394 or 9841717. OLE color: 9841717.

HSL color Cylindrical-coordinate representation of color #352C96: hue angle of 245.09º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352C96 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 44 150 -
CMYK 0.65 0.71 0 0.41
HSL 245.09º 0.55% 0.38% -
HSV(B) 245.09º 0.71% 0.59% -
XYZ 7.87 4.76 29.36 -
YUV 58.78 179.48 123.88 -
System Red Green Blue C M Y K H S L
Decimal 53 44 150 0.65 0.71 0 0.41 245.09 0.55 0.38
Hex 35 2C 96 41 47 0 29 F5 37 26
Octal 65 54 226 101 107 0 51 365 67 46
Binary 110101 101100 10010110 1000001 1000111 0 101001 11110101 110111 100110

Color Harmonies of #352C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C96

Black with #352C96

Text Example


Text Example

White with #352C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,44,150); }

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

background-color css

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

 a { background-color: rgb(53,44,150); }

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

border-color css

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

 span { border-color: rgb(53,44,150); }

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