#3a338b

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

Shades of Dark Slate Blue #3A338B

Tints of Dark Slate Blue #3A338B

Color information

#3A338B (or 0x3A338B) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 33 and 8B. RGB value is (58,51,139). Sum of RGB (Red+Green+Blue) = 58+51+139=248 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.39% from 248); Green value is 51 (20.31% from 255 or 20.56% from 248); Blue value is 139 (54.69% from 255 or 56.05% from 248); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A338B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A338B is #C5CC74. Grayscale: #3E3E3E. Windows color (decimal): -12962933 or 9122618. OLE color: 9122618.

HSL color Cylindrical-coordinate representation of color #3A338B: hue angle of 244.77º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A338B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5851139-
CMYK0.580.6300.45
HSL244.77º46.32%37.25%-
HSV(B)244.77º63.31%54.51%-
XYZ7.595.1325.02-
YUV63.12170.82124.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.39%
GREEN value IS 51 (20.31% from 255) = 20.56%
BLUE value IS 139 (54.69% from 255) = 56.05%
R=23.39%
G=20.56%
B=56.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58511390.580.6300.45244.7746.3237.25
Hex3A338B3A3F02Df52e25
Octal726321372770553655645
Binary11101011001110001011111010111111010110111110101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a338b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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