#3C3A9B

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

Shades of Dark Slate Blue #3C3A9B

Tints of Dark Slate Blue #3C3A9B

Color information

#3C3A9B (or 0x3C3A9B) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 3A and 9B. RGB value is (60,58,155). Sum of RGB (Red+Green+Blue) = 60+58+155=273 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.98% from 273); Green value is 58 (23.05% from 255 or 21.25% from 273); Blue value is 155 (60.94% from 255 or 56.78% from 273); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C3A9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C3A9B is #C3C564. Grayscale: #454545. Windows color (decimal): -12830053 or 10172988. OLE color: 10172988.

HSL color Cylindrical-coordinate representation of color #3C3A9B: hue angle of 241.24º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3C3A9B is Cyan = 0.61, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6058155-
CMYK0.610.6300.39
HSL241.24º45.54%41.76%-
HSV(B)241.24º62.58%60.78%-
XYZ9.296.3531.75-
YUV69.66176.16121.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 21.98%
GREEN value IS 58 (23.05% from 255) = 21.25%
BLUE value IS 155 (60.94% from 255) = 56.78%
R=21.98%
G=21.25%
B=56.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60581550.610.6300.39241.2445.5441.76
Hex3C3A9B3D3F027f12e2a
Octal747223375770473615652
Binary11110011101010011011111101111111010011111110001101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,58,155); }

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

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

 a { background-color: rgb(60,58,155); }

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

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

 span { border-color: rgb(60,58,155); }

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