#352888

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

Shades of Dark Slate Blue #352888

Tints of Dark Slate Blue #352888

Color information

#352888 (or 0x352888) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 88. RGB value is (53,40,136). Sum of RGB (Red+Green+Blue) = 53+40+136=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 40 (16.02% from 255 or 17.47% from 229); Blue value is 136 (53.52% from 255 or 59.39% from 229); Max value from RGB is 136 - color contains mainly: blue. Hex color #352888 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #352888 is #CAD777. Grayscale: #363636. Windows color (decimal): -13293432 or 8923189. OLE color: 8923189.

HSL color Cylindrical-coordinate representation of color #352888: hue angle of 248.12º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #352888 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5340136-
CMYK0.610.7100.47
HSL248.12º54.55%34.51%-
HSV(B)248.12º70.59%53.33%-
XYZ6.674.0523.72-
YUV54.83173.81126.69-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 40 (16.02% from 255) = 17.47%
BLUE value IS 136 (53.52% from 255) = 59.39%
R=23.14%
G=17.47%
B=59.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal53401360.610.7100.47248.1254.5534.51
Hex3528883D4702Ff83723
Octal6550210751070573706743
Binary110101101000100010001111011000111010111111111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352888

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352888; }

 p { color: rgb(53,40,136); }

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

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

 a { background-color: rgb(53,40,136); }

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

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

 span { border-color: rgb(53,40,136); }

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