#3C339C

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

Shades of Dark Slate Blue #3C339C

Tints of Dark Slate Blue #3C339C

Color information

#3C339C (or 0x3C339C) is unknown color: approx Dark Slate Blue. HEX triplet: 3C, 33 and 9C. RGB value is (60,51,156). Sum of RGB (Red+Green+Blue) = 60+51+156=267 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.47% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 156 (61.33% from 255 or 58.43% from 267); Max value from RGB is 156 - color contains mainly: blue. Hex color #3C339C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C339C is #C3CC63. Grayscale: #414141. Windows color (decimal): -12831844 or 10236732. OLE color: 10236732.

HSL color Cylindrical-coordinate representation of color #3C339C: hue angle of 245.14º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3C339C is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB6051156-
CMYK0.620.6700.39
HSL245.14º50.72%40.59%-
HSV(B)245.14º67.31%61.18%-
XYZ9.055.7332.08-
YUV65.66178.98123.96-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 22.47%
GREEN value IS 51 (20.31% from 255) = 19.10%
BLUE value IS 156 (61.33% from 255) = 58.43%
R=22.47%
G=19.10%
B=58.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal60511560.620.6700.39245.1450.7240.59
Hex3C339C3E43027f53329
Octal7463234761030473656351
Binary111100110011100111001111101000011010011111110101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C339C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,51,156); }

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

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

 a { background-color: rgb(60,51,156); }

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

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

 span { border-color: rgb(60,51,156); }

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