#3C2D92

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

Shades of Dark Slate Blue #3C2D92

Tints of Dark Slate Blue #3C2D92

Color information

#3C2D92 (or 0x3C2D92) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 2D and 92. RGB value is (60,45,146). Sum of RGB (Red+Green+Blue) = 60+45+146=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 45 (17.97% from 255 or 17.93% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C2D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C2D92 is #C3D26D. Grayscale: #3C3C3C. Windows color (decimal): -12833390 or 9579836. OLE color: 9579836.

HSL color Cylindrical-coordinate representation of color #3C2D92: hue angle of 248.91º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3C2D92 is Cyan = 0.59, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6045146-
CMYK0.590.6900.43
HSL248.91º52.88%37.45%-
HSV(B)248.91º69.18%57.25%-
XYZ7.994.9127.72-
YUV61175.97127.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 45 (17.97% from 255) = 17.93%
BLUE value IS 146 (57.42% from 255) = 58.17%
R=23.90%
G=17.93%
B=58.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60451460.590.6900.43248.9152.8837.45
Hex3C2D923B4502Bf93525
Octal7455222731050533716545
Binary111100101101100100101110111000101010101111111001110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,45,146); }

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

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

 a { background-color: rgb(60,45,146); }

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

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

 span { border-color: rgb(60,45,146); }

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