#3B368F

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

Shades of Dark Slate Blue #3B368F

Tints of Dark Slate Blue #3B368F

Color information

#3B368F (or 0x3B368F) is unknown color: approx Dark Slate Blue. HEX triplet: 3B, 36 and 8F. RGB value is (59,54,143). Sum of RGB (Red+Green+Blue) = 59+54+143=256 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.05% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 143 (56.25% from 255 or 55.86% from 256); Max value from RGB is 143 - color contains mainly: blue. Hex color #3B368F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3B368F is #C4C970. Grayscale: #414141. Windows color (decimal): -12896625 or 9385531. OLE color: 9385531.

HSL color Cylindrical-coordinate representation of color #3B368F: hue angle of 243.37º degrees, saturation: 0.45, 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 #3B368F is Cyan = 0.59, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB5954143-
CMYK0.590.6200.44
HSL243.37º45.18%38.63%-
HSV(B)243.37º62.24%56.08%-
XYZ8.085.5526.63-
YUV65.64171.66123.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.05%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 143 (56.25% from 255) = 55.86%
R=23.05%
G=21.09%
B=55.86%

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
Decimal59541430.590.6200.44243.3745.1838.63
Hex3B368F3B3E02Cf32d27
Octal736621773760543635547
Binary11101111011010001111111011111110010110011110011101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B368F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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