#3B3294

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

Shades of Dark Slate Blue #3B3294

Tints of Dark Slate Blue #3B3294

Color information

#3B3294 (or 0x3B3294) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 32 and 94. RGB value is (59,50,148). Sum of RGB (Red+Green+Blue) = 59+50+148=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #3B3294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3294 is #C4CD6B. Grayscale: #3F3F3F. Windows color (decimal): -12897644 or 9712187. OLE color: 9712187.

HSL color Cylindrical-coordinate representation of color #3B3294: hue angle of 245.51º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B3294 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB5950148-
CMYK0.600.6600.42
HSL245.51º49.49%38.82%-
HSV(B)245.51º66.22%58.04%-
XYZ8.295.3528.61-
YUV63.86175.48124.53-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 50 (19.92% from 255) = 19.46%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=22.96%
G=19.46%
B=57.59%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal59501480.600.6600.42245.5149.4938.82
Hex3B32943C4202Af63127
Octal7362224741020523666147
Binary111011110010100101001111001000010010101011110110110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,50,148); }

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

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

 a { background-color: rgb(59,50,148); }

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

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

 span { border-color: rgb(59,50,148); }

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