#3B378B

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

Shades of Dark Slate Blue #3B378B

Tints of Dark Slate Blue #3B378B

Color information

#3B378B (or 0x3B378B) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 37 and 8B. RGB value is (59,55,139). Sum of RGB (Red+Green+Blue) = 59+55+139=253 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.32% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 139 (54.69% from 255 or 54.94% from 253); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B378B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B378B is #C4C874. Grayscale: #414141. Windows color (decimal): -12896373 or 9123643. OLE color: 9123643.

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

Color convert

RGB5955139-
CMYK0.580.6000.45
HSL242.86º43.3%38.04%-
HSV(B)242.86º60.43%54.51%-
XYZ7.835.5325.08-
YUV65.77169.33123.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.32%
GREEN value IS 55 (21.88% from 255) = 21.74%
BLUE value IS 139 (54.69% from 255) = 54.94%
R=23.32%
G=21.74%
B=54.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59551390.580.6000.45242.8643.338.04
Hex3B378B3A3C02Df32b26
Octal736721372740553635346
Binary11101111011110001011111010111100010110111110011101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B378B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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