#3B378F

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

Shades of Dark Slate Blue #3B378F

Tints of Dark Slate Blue #3B378F

Color information

#3B378F (or 0x3B378F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 37 and 8F. RGB value is (59,55,143). Sum of RGB (Red+Green+Blue) = 59+55+143=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 143 (56.25% from 255 or 55.64% from 257); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B378F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B378F is #C4C870. Grayscale: #414141. Windows color (decimal): -12896369 or 9385787. OLE color: 9385787.

HSL color Cylindrical-coordinate representation of color #3B378F: hue angle of 242.73º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B378F is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5955143-
CMYK0.590.6200.44
HSL242.73º44.44%38.82%-
HSV(B)242.73º61.54%56.08%-
XYZ8.135.6526.65-
YUV66.23171.33122.84-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 22.96%
GREEN value IS 55 (21.88% from 255) = 21.40%
BLUE value IS 143 (56.25% from 255) = 55.64%
R=22.96%
G=21.40%
B=55.64%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal59551430.590.6200.44242.7344.4438.82
Hex3B378F3B3E02Cf32c27
Octal736721773760543635447
Binary11101111011110001111111011111110010110011110011101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B378F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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