#3C3083

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

Shades of Dark Slate Blue #3C3083

Tints of Dark Slate Blue #3C3083

Color information

#3C3083 (or 0x3C3083) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 30 and 83. RGB value is (60,48,131). Sum of RGB (Red+Green+Blue) = 60+48+131=239 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25.10% from 239); Green value is 48 (19.14% from 255 or 20.08% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #3C3083 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3083 is #C3CF7C. Grayscale: #3C3C3C. Windows color (decimal): -12832637 or 8597564. OLE color: 8597564.

HSL color Cylindrical-coordinate representation of color #3C3083: hue angle of 248.67º 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 #3C3083 is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB6048131-
CMYK0.540.6300.49
HSL248.67º46.37%35.1%-
HSV(B)248.67º63.36%51.37%-
XYZ7.024.7122.01-
YUV61.05167.48127.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.10%
GREEN value IS 48 (19.14% from 255) = 20.08%
BLUE value IS 131 (51.56% from 255) = 54.81%
R=25.10%
G=20.08%
B=54.81%

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
Decimal60481310.540.6300.49248.6746.3735.1
Hex3C3083363F031f92e23
Octal746020366770613715643
Binary11110011000010000011110110111111011000111111001101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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