#3A3488

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

Shades of Dark Slate Blue #3A3488

Tints of Dark Slate Blue #3A3488

Color information

#3A3488 (or 0x3A3488) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 34 and 88. RGB value is (58,52,136). Sum of RGB (Red+Green+Blue) = 58+52+136=246 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.58% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 136 (53.52% from 255 or 55.28% from 246); Max value from RGB is 136 - color contains mainly: blue. Hex color #3A3488 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A3488 is #C5CB77. Grayscale: #3F3F3F. Windows color (decimal): -12962680 or 8926266. OLE color: 8926266.

HSL color Cylindrical-coordinate representation of color #3A3488: hue angle of 244.29º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A3488 is Cyan = 0.57, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5852136-
CMYK0.570.6200.47
HSL244.29º44.68%36.86%-
HSV(B)244.29º61.76%53.33%-
XYZ7.425.1323.89-
YUV63.37168.99124.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 23.58%
GREEN value IS 52 (20.70% from 255) = 21.14%
BLUE value IS 136 (53.52% from 255) = 55.28%
R=23.58%
G=21.14%
B=55.28%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal58521360.570.6200.47244.2944.6836.86
Hex3A3488393E02Ff42d25
Octal726421071760573645545
Binary11101011010010001000111001111110010111111110100101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A3488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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