#3C3689

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

Shades of Dark Slate Blue #3C3689

Tints of Dark Slate Blue #3C3689

Color information

#3C3689 (or 0x3C3689) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 36 and 89. RGB value is (60,54,137). Sum of RGB (Red+Green+Blue) = 60+54+137=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 54 (21.48% from 255 or 21.51% from 251); Blue value is 137 (53.91% from 255 or 54.58% from 251); Max value from RGB is 137 - color contains mainly: blue. Hex color #3C3689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3689 is #C3C976. Grayscale: #404040. Windows color (decimal): -12831095 or 8992316. OLE color: 8992316.

HSL color Cylindrical-coordinate representation of color #3C3689: hue angle of 244.34º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C3689 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6054137-
CMYK0.560.6100.46
HSL244.34º43.46%37.45%-
HSV(B)244.34º60.58%53.73%-
XYZ7.75.4124.3-
YUV65.26168.49124.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 23.90%
GREEN value IS 54 (21.48% from 255) = 21.51%
BLUE value IS 137 (53.91% from 255) = 54.58%
R=23.90%
G=21.51%
B=54.58%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal60541370.560.6100.46244.3443.4637.45
Hex3C3689383D02Ef42b25
Octal746621170750563645345
Binary11110011011010001001111000111101010111011110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,54,137); }

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

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

 a { background-color: rgb(60,54,137); }

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

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

 span { border-color: rgb(60,54,137); }

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