#3A409A

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

Shades of Dark Slate Blue #3A409A

Tints of Dark Slate Blue #3A409A

Color information

#3A409A (or 0x3A409A) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 40 and 9A. RGB value is (58,64,154). Sum of RGB (Red+Green+Blue) = 58+64+154=276 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.01% from 276); Green value is 64 (25.39% from 255 or 23.19% from 276); Blue value is 154 (60.55% from 255 or 55.80% from 276); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A409A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A409A is #C5BF65. Grayscale: #484848. Windows color (decimal): -12959590 or 10108986. OLE color: 10108986.

HSL color Cylindrical-coordinate representation of color #3A409A: hue angle of 236.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A409A is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB5864154-
CMYK0.620.5800.40
HSL236.25º45.28%41.57%-
HSV(B)236.25º62.34%60.39%-
XYZ9.416.931.41-
YUV72.47174.01117.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.01%
GREEN value IS 64 (25.39% from 255) = 23.19%
BLUE value IS 154 (60.55% from 255) = 55.80%
R=21.01%
G=23.19%
B=55.80%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58641540.620.5800.40236.2545.2841.57
Hex3A409A3E3A028ec2d2a
Octal7210023276720503545552
Binary111010100000010011010111110111010010100011101100101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A409A; }

 p { color: rgb(58,64,154); }

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

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

 a { background-color: rgb(58,64,154); }

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

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

 span { border-color: rgb(58,64,154); }

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