#3C3285

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

Shades of Dark Slate Blue #3C3285

Tints of Dark Slate Blue #3C3285

Color information

#3C3285 (or 0x3C3285) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 32 and 85. RGB value is (60,50,133). Sum of RGB (Red+Green+Blue) = 60+50+133=243 (32% of max value = 765). Red value is 60 (23.83% from 255 or 24.69% from 243); Green value is 50 (19.92% from 255 or 20.58% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #3C3285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3285 is #C3CD7A. Grayscale: #3E3E3E. Windows color (decimal): -12832123 or 8729148. OLE color: 8729148.

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

Color convert

RGB6050133-
CMYK0.550.6200.48
HSL247.23º45.36%35.88%-
HSV(B)247.23º62.41%52.16%-
XYZ7.244.9422.76-
YUV62.45167.81126.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 24.69%
GREEN value IS 50 (19.92% from 255) = 20.58%
BLUE value IS 133 (52.34% from 255) = 54.73%
R=24.69%
G=20.58%
B=54.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal60501330.550.6200.48247.2345.3635.88
Hex3C3285373E030f72d24
Octal746220567760603675544
Binary11110011001010000101110111111110011000011110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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