#40358C

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

Shades of Dark Slate Blue #40358C

Tints of Dark Slate Blue #40358C

Color information

#40358C (or 0x40358C) is unknown color: approx Dark Slate Blue. HEX triplet: 40, 35 and 8C. RGB value is (64,53,140). Sum of RGB (Red+Green+Blue) = 64+53+140=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 140 (55.08% from 255 or 54.47% from 257); Max value from RGB is 140 - color contains mainly: blue. Hex color #40358C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #40358C is #BFCA73. Grayscale: #414141. Windows color (decimal): -12569204 or 9188672. OLE color: 9188672.

HSL color Cylindrical-coordinate representation of color #40358C: hue angle of 247.59º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40358C is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6453140-
CMYK0.540.6200.45
HSL247.59º45.08%37.84%-
HSV(B)247.59º62.14%54.9%-
XYZ8.125.5325.45-
YUV66.21169.64126.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 24.90%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 140 (55.08% from 255) = 54.47%
R=24.90%
G=20.62%
B=54.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64531400.540.6200.45247.5945.0837.84
Hex40358C363E02Df82d26
Octal1006521466760553705546
Binary100000011010110001100110110111110010110111111000101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40358C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40358C; }

 p { color: rgb(64,53,140); }

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

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

 a { background-color: rgb(64,53,140); }

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

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

 span { border-color: rgb(64,53,140); }

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