#3a288b

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

Shades of Dark Slate Blue #3A288B

Tints of Dark Slate Blue #3A288B

Color information

#3A288B (or 0x3A288B) is unknown color: approx Dark Slate Blue. HEX triplet: 3A, 28 and 8B. RGB value is (58,40,139). Sum of RGB (Red+Green+Blue) = 58+40+139=237 (31% of max value = 765). Red value is 58 (23.05% from 255 or 24.47% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 139 (54.69% from 255 or 58.65% from 237); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A288B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A288B is #C5D774. Grayscale: #383838. Windows color (decimal): -12965749 or 9119802. OLE color: 9119802.

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

Color convert

RGB5840139-
CMYK0.580.7100.45
HSL250.91º55.31%35.1%-
HSV(B)250.91º71.22%54.51%-
XYZ7.164.2824.87-
YUV56.67174.46128.95-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 24.47%
GREEN value IS 40 (16.02% from 255) = 16.88%
BLUE value IS 139 (54.69% from 255) = 58.65%
R=24.47%
G=16.88%
B=58.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal58401390.580.7100.45250.9155.3135.1
Hex3A288B3A4702Dfb3723
Octal7250213721070553736743
Binary111010101000100010111110101000111010110111111011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a288b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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