#3A339A

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

Shades of Dark Slate Blue #3A339A

Tints of Dark Slate Blue #3A339A

Color information

#3A339A (or 0x3A339A) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 33 and 9A. RGB value is (58,51,154). Sum of RGB (Red+Green+Blue) = 58+51+154=263 (34% of max value = 765). Red value is 58 (23.05% from 255 or 22.05% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 154 (60.55% from 255 or 58.56% from 263); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A339A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A339A is #C5CC65. Grayscale: #404040. Windows color (decimal): -12962918 or 10105658. OLE color: 10105658.

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

Color convert

RGB5851154-
CMYK0.620.6700.40
HSL244.08º50.24%40.2%-
HSV(B)244.08º66.88%60.39%-
XYZ8.765.631.19-
YUV64.83178.32123.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.05%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 154 (60.55% from 255) = 58.56%
R=22.05%
G=19.39%
B=58.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal58511540.620.6700.40244.0850.2440.2
Hex3A339A3E43028f43228
Octal7263232761030503646250
Binary111010110011100110101111101000011010100011110100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A339A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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