#3A389A

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

Shades of Dark Slate Blue #3A389A

Tints of Dark Slate Blue #3A389A

Color information

#3A389A (or 0x3A389A) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 38 and 9A. RGB value is (58,56,154). Sum of RGB (Red+Green+Blue) = 58+56+154=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 154 (60.55% from 255 or 57.46% from 268); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A389A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A389A is #C5C765. Grayscale: #434343. Windows color (decimal): -12961638 or 10106938. OLE color: 10106938.

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

Color convert

RGB5856154-
CMYK0.620.6400.40
HSL241.22º46.67%41.18%-
HSV(B)241.22º63.64%60.39%-
XYZ8.996.0631.27-
YUV67.77176.66121.03-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 21.64%
GREEN value IS 56 (22.27% from 255) = 20.90%
BLUE value IS 154 (60.55% from 255) = 57.46%
R=21.64%
G=20.90%
B=57.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58561540.620.6400.40241.2246.6741.18
Hex3A389A3E40028f12f29
Octal7270232761000503615751
Binary111010111000100110101111101000000010100011110001101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A389A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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