#3A4097

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

Shades of Dark Slate Blue #3A4097

Tints of Dark Slate Blue #3A4097

Color information

#3A4097 (or 0x3A4097) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 40 and 97. RGB value is (58,64,151). Sum of RGB (Red+Green+Blue) = 58+64+151=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 64 (25.39% from 255 or 23.44% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #3A4097 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A4097 is #C5BF68. Grayscale: #474747. Windows color (decimal): -12959593 or 9912378. OLE color: 9912378.

HSL color Cylindrical-coordinate representation of color #3A4097: hue angle of 236.13º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A4097 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5864151-
CMYK0.620.5800.41
HSL236.13º44.5%40.98%-
HSV(B)236.13º61.59%59.22%-
XYZ9.166.830.11-
YUV72.12172.51117.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.25%
GREEN value IS 64 (25.39% from 255) = 23.44%
BLUE value IS 151 (59.38% from 255) = 55.31%
R=21.25%
G=23.44%
B=55.31%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal58641510.620.5800.41236.1344.540.98
Hex3A40973E3A029ec2c29
Octal7210022776720513545451
Binary111010100000010010111111110111010010100111101100101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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