#352e8e

Color #352E8E Dark Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Slate Blue #352E8E

Tints of Dark Slate Blue #352E8E

Color information

#352E8E (or 0x352E8E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 2E and 8E. RGB value is (53,46,142). Sum of RGB (Red+Green+Blue) = 53+46+142=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 46 (18.36% from 255 or 19.09% from 241); Blue value is 142 (55.86% from 255 or 58.92% from 241); Max value from RGB is 142 - color contains mainly: blue. Hex color #352E8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352E8E is #CAD171. Grayscale: #3A3A3A. Windows color (decimal): -13291890 or 9317941. OLE color: 9317941.

HSL color Cylindrical-coordinate representation of color #352E8E: hue angle of 244.38º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352E8E is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5346142-
CMYK0.630.6800.44
HSL244.38º51.06%36.86%-
HSV(B)244.38º67.61%55.69%-
XYZ7.334.6626.11-
YUV59.04174.82123.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 46 (18.36% from 255) = 19.09%
BLUE value IS 142 (55.86% from 255) = 58.92%
R=21.99%
G=19.09%
B=58.92%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53461420.630.6800.44244.3851.0636.86
Hex352E8E3F4402Cf43325
Octal6556216771040543646345
Binary110101101110100011101111111000100010110011110100110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352e8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,46,142); }

 H1.HeaderClassName
 {
   color: #352e8e;
 }
 .AnyTagClassName
 {
   color: #352e8e;
 }
</style>
background-color css

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

 a { background-color: rgb(53,46,142); }

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

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

 span { border-color: rgb(53,46,142); }

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