Html Css Color HEX #352C92 Dark Slate Blue

📋 copy color: '#352C92'

red 53 ◦ green 44 ◦ blue 146

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

Shades of Dark Slate Blue #352C92

Tints of Dark Slate Blue #352C92

RGB

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

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

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

R = 21.81%
G = 18.11%
B = 60.08%

CMYK

 C value IS 0.64

 M value IS 0.70

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#352C92 (or 0x352C92) is known color: Dark Slate Blue. HEX triplet: 35, 2C and 92. RGB value is (53,44,146). Sum of RGB (Red+Green+Blue) = 53+44+146=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 44 (17.58% from 255 or 18.11% from 243); Blue value is 146 (57.42% from 255 or 60.08% from 243); Max value from RGB is 146 - color contains mainly: blue. Hex color #352C92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352C92 is #CAD36D. Grayscale: #393939. Windows color (decimal): -13292398 or 9579573. OLE color: 9579573.

HSL color Cylindrical-coordinate representation of color #352C92: hue angle of 245.29º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #352C92 is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 44 146 -
CMYK 0.64 0.70 0 0.43
HSL 245.29º 0.54% 0.37% -
HSV(B) 245.29º 0.7% 0.57% -
XYZ 7.56 4.63 27.69 -
YUV 58.32 177.48 124.21 -
System Red Green Blue C M Y K H S L
Decimal 53 44 146 0.64 0.70 0 0.43 245.29 0.54 0.37
Hex 35 2C 92 40 46 0 2B F5 36 25
Octal 65 54 222 100 106 0 53 365 66 45
Binary 110101 101100 10010010 1000000 1000110 0 101011 11110101 110110 100101

Color Harmonies of #352C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C92

Black with #352C92

Text Example


Text Example

White with #352C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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