#3C336C

Color #3C336C Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #3C336C

Tints of Minsk #3C336C

Color information

#3C336C (or 0x3C336C) is unknown color: approx Minsk. HEX triplet: 3C, 33 and 6C. RGB value is (60,51,108). Sum of RGB (Red+Green+Blue) = 60+51+108=219 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.40% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 108 (42.58% from 255 or 49.32% from 219); Max value from RGB is 108 - color contains mainly: blue. Hex color #3C336C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C336C is #C3CC93. Grayscale: #3B3B3B. Windows color (decimal): -12831892 or 7091004. OLE color: 7091004.

HSL color Cylindrical-coordinate representation of color #3C336C: hue angle of 249.47º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C336C is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6051108-
CMYK0.440.5300.58
HSL249.47º35.85%31.18%-
HSV(B)249.47º52.78%42.35%-
XYZ5.754.4114.74-
YUV60.19154.98127.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.40%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 108 (42.58% from 255) = 49.32%
R=27.40%
G=23.29%
B=49.32%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal60511080.440.5300.58249.4735.8531.18
Hex3C336C2C3503Af9241f
Octal746315454650723714437
Binary111100110011110110010110011010101110101111100110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C336C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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