#3C3082

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

Shades of Dark Slate Blue #3C3082

Tints of Dark Slate Blue #3C3082

Color information

#3C3082 (or 0x3C3082) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 30 and 82. RGB value is (60,48,130). Sum of RGB (Red+Green+Blue) = 60+48+130=238 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.21% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 130 (51.17% from 255 or 54.62% from 238); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3082 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3082 is #C3CF7D. Grayscale: #3C3C3C. Windows color (decimal): -12832638 or 8532028. OLE color: 8532028.

HSL color Cylindrical-coordinate representation of color #3C3082: hue angle of 248.78º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3082 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6048130-
CMYK0.540.6300.49
HSL248.78º46.07%34.9%-
HSV(B)248.78º63.08%50.98%-
XYZ6.954.6921.66-
YUV60.94166.98127.33-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.21%
GREEN value IS 48 (19.14% from 255) = 20.17%
BLUE value IS 130 (51.17% from 255) = 54.62%
R=25.21%
G=20.17%
B=54.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60481300.540.6300.49248.7846.0734.9
Hex3C3082363F031f92e23
Octal746020266770613715643
Binary11110011000010000010110110111111011000111111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,130); }

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

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

 a { background-color: rgb(60,48,130); }

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

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

 span { border-color: rgb(60,48,130); }

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