#3C3992

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

Shades of Dark Slate Blue #3C3992

Tints of Dark Slate Blue #3C3992

Color information

#3C3992 (or 0x3C3992) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 39 and 92. RGB value is (60,57,146). Sum of RGB (Red+Green+Blue) = 60+57+146=263 (34% of max value = 765). Red value is 60 (23.83% from 255 or 22.81% from 263); Green value is 57 (22.66% from 255 or 21.67% from 263); Blue value is 146 (57.42% from 255 or 55.51% from 263); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C3992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3992 is #C3C66D. Grayscale: #434343. Windows color (decimal): -12830318 or 9582908. OLE color: 9582908.

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

Color convert

RGB6057146-
CMYK0.590.6100.43
HSL242.02º43.84%39.8%-
HSV(B)242.02º60.96%57.25%-
XYZ8.515.9627.9-
YUV68.04171.99122.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.81%
GREEN value IS 57 (22.66% from 255) = 21.67%
BLUE value IS 146 (57.42% from 255) = 55.51%
R=22.81%
G=21.67%
B=55.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal60571460.590.6100.43242.0243.8439.8
Hex3C39923B3D02Bf22c28
Octal747122273750533625450
Binary11110011100110010010111011111101010101111110010101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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