#3A409F

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

Shades of Dark Slate Blue #3A409F

Tints of Dark Slate Blue #3A409F

Color information

#3A409F (or 0x3A409F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 40 and 9F. RGB value is (58,64,159). Sum of RGB (Red+Green+Blue) = 58+64+159=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 64 (25.39% from 255 or 22.78% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A409F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A409F is #C5BF60. Grayscale: #484848. Windows color (decimal): -12959585 or 10436666. OLE color: 10436666.

HSL color Cylindrical-coordinate representation of color #3A409F: hue angle of 236.44º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A409F is Cyan = 0.64, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5864159-
CMYK0.640.6000.38
HSL236.44º46.54%42.55%-
HSV(B)236.44º63.52%62.35%-
XYZ9.847.0733.65-
YUV73.04176.51117.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 20.64%
GREEN value IS 64 (25.39% from 255) = 22.78%
BLUE value IS 159 (62.5% from 255) = 56.58%
R=20.64%
G=22.78%
B=56.58%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal58641590.640.6000.38236.4446.5442.55
Hex3A409F403C026ec2f2b
Octal72100237100740463545753
Binary1110101000000100111111000000111100010011011101100101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A409F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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