#35288E

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

Shades of Dark Slate Blue #35288E

Tints of Dark Slate Blue #35288E

Color information

#35288E (or 0x35288E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 8E. RGB value is (53,40,142). Sum of RGB (Red+Green+Blue) = 53+40+142=235 (31% of max value = 765). Red value is 53 (21.09% from 255 or 22.55% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 142 (55.86% from 255 or 60.43% from 235); Max value from RGB is 142 - color contains mainly: blue. Hex color #35288E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35288E is #CAD771. Grayscale: #373737. Windows color (decimal): -13293426 or 9316405. OLE color: 9316405.

HSL color Cylindrical-coordinate representation of color #35288E: hue angle of 247.65º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #35288E is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5340142-
CMYK0.630.7200.44
HSL247.65º56.04%35.69%-
HSV(B)247.65º71.83%55.69%-
XYZ7.114.2326.03-
YUV55.52176.81126.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 22.55%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 142 (55.86% from 255) = 60.43%
R=22.55%
G=17.02%
B=60.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53401420.630.7200.44247.6556.0435.69
Hex35288E3F4802Cf83824
Octal6550216771100543707044
Binary110101101000100011101111111001000010110011111000111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35288E; }

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

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

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

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

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

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

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

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