#3C3267

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

Shades of Minsk #3C3267

Tints of Minsk #3C3267

Color information

#3C3267 (or 0x3C3267) is unknown color: approx Minsk. HEX triplet: 3C, 32 and 67. RGB value is (60,50,103). Sum of RGB (Red+Green+Blue) = 60+50+103=213 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.17% from 213); Green value is 50 (19.92% from 255 or 23.47% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #3C3267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3267 is #C3CD98. Grayscale: #3A3A3A. Windows color (decimal): -12832153 or 6763068. OLE color: 6763068.

HSL color Cylindrical-coordinate representation of color #3C3267: hue angle of 251.32º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3C3267 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6050103-
CMYK0.420.5100.60
HSL251.32º34.64%30%-
HSV(B)251.32º51.46%40.39%-
XYZ5.454.2213.36-
YUV59.03152.81128.69-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.17%
GREEN value IS 50 (19.92% from 255) = 23.47%
BLUE value IS 103 (40.62% from 255) = 48.36%
R=28.17%
G=23.47%
B=48.36%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal60501030.420.5100.60251.3234.6430
Hex3C32672A3303Cfb231e
Octal746214752630743734336
Binary111100110010110011110101011001101111001111101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,50,103); }

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

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

 a { background-color: rgb(60,50,103); }

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

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

 span { border-color: rgb(60,50,103); }

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