#3C379A

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

Shades of Dark Slate Blue #3C379A

Tints of Dark Slate Blue #3C379A

Color information

#3C379A (or 0x3C379A) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 37 and 9A. RGB value is (60,55,154). Sum of RGB (Red+Green+Blue) = 60+55+154=269 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.30% from 269); Green value is 55 (21.88% from 255 or 20.45% from 269); Blue value is 154 (60.55% from 255 or 57.25% from 269); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C379A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C379A is #C3C865. Grayscale: #434343. Windows color (decimal): -12830822 or 10106684. OLE color: 10106684.

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

Color convert

RGB6055154-
CMYK0.610.6400.40
HSL243.03º47.37%40.98%-
HSV(B)243.03º64.29%60.39%-
XYZ9.066.0331.26-
YUV67.78176.66122.45-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.30%
GREEN value IS 55 (21.88% from 255) = 20.45%
BLUE value IS 154 (60.55% from 255) = 57.25%
R=22.30%
G=20.45%
B=57.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal60551540.610.6400.40243.0347.3740.98
Hex3C379A3D40028f32f29
Octal7467232751000503635751
Binary111100110111100110101111011000000010100011110011101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C379A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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