#3C359A

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

Shades of Dark Slate Blue #3C359A

Tints of Dark Slate Blue #3C359A

Color information

#3C359A (or 0x3C359A) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 35 and 9A. RGB value is (60,53,154). Sum of RGB (Red+Green+Blue) = 60+53+154=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 53 (21.09% from 255 or 19.85% from 267); Blue value is 154 (60.55% from 255 or 57.68% from 267); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C359A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C359A is #C3CA65. Grayscale: #424242. Windows color (decimal): -12831334 or 10106172. OLE color: 10106172.

HSL color Cylindrical-coordinate representation of color #3C359A: hue angle of 244.16º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3C359A is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6053154-
CMYK0.610.6600.40
HSL244.16º48.79%40.59%-
HSV(B)244.16º65.58%60.39%-
XYZ8.975.8431.23-
YUV66.61177.32123.29-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 53 (21.09% from 255) = 19.85%
BLUE value IS 154 (60.55% from 255) = 57.68%
R=22.47%
G=19.85%
B=57.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60531540.610.6600.40244.1648.7940.59
Hex3C359A3D42028f43129
Octal7465232751020503646151
Binary111100110101100110101111011000010010100011110100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C359A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,53,154); }

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

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

 a { background-color: rgb(60,53,154); }

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

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

 span { border-color: rgb(60,53,154); }

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