#3C3085

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

Shades of Dark Slate Blue #3C3085

Tints of Dark Slate Blue #3C3085

Color information

#3C3085 (or 0x3C3085) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 30 and 85. RGB value is (60,48,133). Sum of RGB (Red+Green+Blue) = 60+48+133=241 (31% of max value = 765). Red value is 60 (23.83% from 255 or 24.90% from 241); Green value is 48 (19.14% from 255 or 19.92% from 241); Blue value is 133 (52.34% from 255 or 55.19% from 241); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C3085 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3085 is #C3CF7A. Grayscale: #3C3C3C. Windows color (decimal): -12832635 or 8728636. OLE color: 8728636.

HSL color Cylindrical-coordinate representation of color #3C3085: hue angle of 248.47º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3C3085 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB6048133-
CMYK0.550.6400.48
HSL248.47º46.96%35.49%-
HSV(B)248.47º63.91%52.16%-
XYZ7.154.7722.73-
YUV61.28168.48127.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.90%
GREEN value IS 48 (19.14% from 255) = 19.92%
BLUE value IS 133 (52.34% from 255) = 55.19%
R=24.90%
G=19.92%
B=55.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60481330.550.6400.48248.4746.9635.49
Hex3C30853740030f82f23
Octal7460205671000603705743
Binary111100110000100001011101111000000011000011111000101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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