#3C3282

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

Shades of Dark Slate Blue #3C3282

Tints of Dark Slate Blue #3C3282

Color information

#3C3282 (or 0x3C3282) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 32 and 82. RGB value is (60,50,130). Sum of RGB (Red+Green+Blue) = 60+50+130=240 (31% of max value = 765). Red value is 60 (23.83% from 255 or 25% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 130 (51.17% from 255 or 54.17% from 240); Max value from RGB is 130 - color contains mainly: blue. Hex color #3C3282 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3282 is #C3CD7D. Grayscale: #3D3D3D. Windows color (decimal): -12832126 or 8532540. OLE color: 8532540.

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

Color convert

RGB6050130-
CMYK0.540.6200.49
HSL247.5º44.44%35.29%-
HSV(B)247.5º61.54%50.98%-
XYZ7.034.8521.69-
YUV62.11166.31126.5-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 130 (51.17% from 255) = 54.17%
R=25%
G=20.83%
B=54.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal60501300.540.6200.49247.544.4435.29
Hex3C3282363E031f82c23
Octal746220266760613705443
Binary11110011001010000010110110111110011000111111000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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