#3B378C

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

Shades of Dark Slate Blue #3B378C

Tints of Dark Slate Blue #3B378C

Color information

#3B378C (or 0x3B378C) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 37 and 8C. RGB value is (59,55,140). Sum of RGB (Red+Green+Blue) = 59+55+140=254 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.23% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 140 (55.08% from 255 or 55.12% from 254); Max value from RGB is 140 - color contains mainly: blue. Hex color #3B378C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B378C is #C4C873. Grayscale: #414141. Windows color (decimal): -12896372 or 9189179. OLE color: 9189179.

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

Color convert

RGB5955140-
CMYK0.580.6100.45
HSL242.82º43.59%38.24%-
HSV(B)242.82º60.71%54.9%-
XYZ7.95.5625.47-
YUV65.89169.83123.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.23%
GREEN value IS 55 (21.88% from 255) = 21.65%
BLUE value IS 140 (55.08% from 255) = 55.12%
R=23.23%
G=21.65%
B=55.12%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal59551400.580.6100.45242.8243.5938.24
Hex3B378C3A3D02Df32c26
Octal736721472750553635446
Binary11101111011110001100111010111101010110111110011101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B378C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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