#3a348f

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

Shades of Dark Slate Blue #3A348F

Tints of Dark Slate Blue #3A348F

Color information

#3A348F (or 0x3A348F) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 8F. RGB value is (58,52,143). Sum of RGB (Red+Green+Blue) = 58+52+143=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 52 (20.70% from 255 or 20.55% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A348F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A348F is #C5CB70. Grayscale: #3F3F3F. Windows color (decimal): -12962673 or 9385018. OLE color: 9385018.

HSL color Cylindrical-coordinate representation of color #3A348F: hue angle of 243.96º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A348F is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5852143-
CMYK0.590.6400.44
HSL243.96º46.67%38.24%-
HSV(B)243.96º63.64%56.08%-
XYZ7.935.3426.6-
YUV64.17172.49123.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 22.92%
GREEN value IS 52 (20.70% from 255) = 20.55%
BLUE value IS 143 (56.25% from 255) = 56.52%
R=22.92%
G=20.55%
B=56.52%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal58521430.590.6400.44243.9646.6738.24
Hex3A348F3B4002Cf42f26
Octal7264217731000543645746
Binary111010110100100011111110111000000010110011110100101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a348f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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