#3C3D92

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

Shades of Dark Slate Blue #3C3D92

Tints of Dark Slate Blue #3C3D92

Color information

#3C3D92 (or 0x3C3D92) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3D and 92. RGB value is (60,61,146). Sum of RGB (Red+Green+Blue) = 60+61+146=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 61 (24.22% from 255 or 22.85% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C3D92 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3D92 is #C3C26D. Grayscale: #464646. Windows color (decimal): -12829294 or 9583932. OLE color: 9583932.

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

Color convert

RGB6061146-
CMYK0.590.5800.43
HSL239.3º41.75%40.39%-
HSV(B)239.3º58.9%57.25%-
XYZ8.726.3727.96-
YUV70.39170.67120.59-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 61 (24.22% from 255) = 22.85%
BLUE value IS 146 (57.42% from 255) = 54.68%
R=22.47%
G=22.85%
B=54.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60611460.590.5800.43239.341.7540.39
Hex3C3D923B3A02Bef2a28
Octal747522273720533575250
Binary11110011110110010010111011111010010101111101111101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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