#35289E

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

Shades of Dark Slate Blue #35289E

Tints of Dark Slate Blue #35289E

Color information

#35289E (or 0x35289E) is unknown color: approx Dark Slate Blue. HEX triplet: 35, 28 and 9E. RGB value is (53,40,158). Sum of RGB (Red+Green+Blue) = 53+40+158=251 (33% of max value = 765). Red value is 53 (21.09% from 255 or 21.12% from 251); Green value is 40 (16.02% from 255 or 15.94% from 251); Blue value is 158 (62.11% from 255 or 62.95% from 251); Max value from RGB is 158 - color contains mainly: blue. Hex color #35289E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35289E is #CAD761. Grayscale: #383838. Windows color (decimal): -13293410 or 10364981. OLE color: 10364981.

HSL color Cylindrical-coordinate representation of color #35289E: hue angle of 246.61º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #35289E is Cyan = 0.66, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5340158-
CMYK0.660.7500.38
HSL246.61º59.6%38.82%-
HSV(B)246.61º74.68%61.96%-
XYZ8.44.7432.82-
YUV57.34184.81124.91-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.12%
GREEN value IS 40 (16.02% from 255) = 15.94%
BLUE value IS 158 (62.11% from 255) = 62.95%
R=21.12%
G=15.94%
B=62.95%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53401580.660.7500.38246.6159.638.82
Hex35289E424B026f73c27
Octal65502361021130463677447
Binary1101011010001001111010000101001011010011011110111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35289E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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