#3A348B

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

Shades of Dark Slate Blue #3A348B

Tints of Dark Slate Blue #3A348B

Color information

#3A348B (or 0x3A348B) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 8B. RGB value is (58,52,139). Sum of RGB (Red+Green+Blue) = 58+52+139=249 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.29% from 249); Green value is 52 (20.70% from 255 or 20.88% from 249); Blue value is 139 (54.69% from 255 or 55.82% from 249); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A348B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A348B is #C5CB74. Grayscale: #3F3F3F. Windows color (decimal): -12962677 or 9122874. OLE color: 9122874.

HSL color Cylindrical-coordinate representation of color #3A348B: hue angle of 244.14º 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 #3A348B is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5852139-
CMYK0.580.6300.45
HSL244.14º45.55%37.45%-
HSV(B)244.14º62.59%54.51%-
XYZ7.635.2225.03-
YUV63.71170.49123.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.29%
GREEN value IS 52 (20.70% from 255) = 20.88%
BLUE value IS 139 (54.69% from 255) = 55.82%
R=23.29%
G=20.88%
B=55.82%

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
Decimal58521390.580.6300.45244.1445.5537.45
Hex3A348B3A3F02Df42e25
Octal726421372770553645645
Binary11101011010010001011111010111111010110111110100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A348B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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