#3B298B

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

Shades of Dark Slate Blue #3B298B

Tints of Dark Slate Blue #3B298B

Color information

#3B298B (or 0x3B298B) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 29 and 8B. RGB value is (59,41,139). Sum of RGB (Red+Green+Blue) = 59+41+139=239 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.69% from 239); Green value is 41 (16.41% from 255 or 17.15% from 239); Blue value is 139 (54.69% from 255 or 58.16% from 239); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B298B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B298B is #C4D674. Grayscale: #393939. Windows color (decimal): -12899957 or 9120059. OLE color: 9120059.

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

Color convert

RGB5941139-
CMYK0.580.7100.45
HSL251.02º54.44%35.29%-
HSV(B)251.02º70.5%54.51%-
XYZ7.264.3824.89-
YUV57.55173.96129.03-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.69%
GREEN value IS 41 (16.41% from 255) = 17.15%
BLUE value IS 139 (54.69% from 255) = 58.16%
R=24.69%
G=17.15%
B=58.16%

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
Decimal59411390.580.7100.45251.0254.4435.29
Hex3B298B3A4702Dfb3623
Octal7351213721070553736643
Binary111011101001100010111110101000111010110111111011110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B298B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,41,139); }

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

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

 a { background-color: rgb(59,41,139); }

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

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

 span { border-color: rgb(59,41,139); }

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