#3B3992

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

Shades of Dark Slate Blue #3B3992

Tints of Dark Slate Blue #3B3992

Color information

#3B3992 (or 0x3B3992) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 39 and 92. RGB value is (59,57,146). Sum of RGB (Red+Green+Blue) = 59+57+146=262 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.52% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 146 (57.42% from 255 or 55.73% from 262); Max value from RGB is 146 - color contains mainly: blue. Hex color #3B3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B3992 is #C4C66D. Grayscale: #434343. Windows color (decimal): -12895854 or 9582907. OLE color: 9582907.

HSL color Cylindrical-coordinate representation of color #3B3992: hue angle of 241.35º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B3992 is Cyan = 0.60, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB5957146-
CMYK0.600.6100.43
HSL241.35º43.84%39.8%-
HSV(B)241.35º60.96%57.25%-
XYZ8.465.9327.89-
YUV67.74172.16121.76-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.52%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 146 (57.42% from 255) = 55.73%
R=22.52%
G=21.76%
B=55.73%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal59571460.600.6100.43241.3543.8439.8
Hex3B39923C3D02Bf12c28
Octal737122274750533615450
Binary11101111100110010010111100111101010101111110001101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,57,146); }

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

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

 a { background-color: rgb(59,57,146); }

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

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

 span { border-color: rgb(59,57,146); }

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