#3C398D

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

Shades of Dark Slate Blue #3C398D

Tints of Dark Slate Blue #3C398D

Color information

#3C398D (or 0x3C398D) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 39 and 8D. RGB value is (60,57,141). Sum of RGB (Red+Green+Blue) = 60+57+141=258 (34% of max value = 765). Red value is 60 (23.83% from 255 or 23.26% from 258); Green value is 57 (22.66% from 255 or 22.09% from 258); Blue value is 141 (55.47% from 255 or 54.65% from 258); Max value from RGB is 141 - color contains mainly: blue. Hex color #3C398D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C398D is #C3C672. Grayscale: #434343. Windows color (decimal): -12830323 or 9255228. OLE color: 9255228.

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

Color convert

RGB6057141-
CMYK0.570.6000.45
HSL242.14º42.42%38.82%-
HSV(B)242.14º59.57%55.29%-
XYZ8.135.8125.89-
YUV67.47169.49122.67-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.26%
GREEN value IS 57 (22.66% from 255) = 22.09%
BLUE value IS 141 (55.47% from 255) = 54.65%
R=23.26%
G=22.09%
B=54.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal60571410.570.6000.45242.1442.4238.82
Hex3C398D393C02Df22a27
Octal747121571740553625247
Binary11110011100110001101111001111100010110111110010101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C398D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,57,141); }

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

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

 a { background-color: rgb(60,57,141); }

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

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

 span { border-color: rgb(60,57,141); }

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