#3C3072

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

Shades of Minsk #3C3072

Tints of Minsk #3C3072

Color information

#3C3072 (or 0x3C3072) is unknown color: approx Minsk. HEX triplet: 3C, 30 and 72. RGB value is (60,48,114). Sum of RGB (Red+Green+Blue) = 60+48+114=222 (29% of max value = 765). Red value is 60 (23.83% from 255 or 27.03% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 114 (44.92% from 255 or 51.35% from 222); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C3072 is #C3CF8D. Grayscale: #3A3A3A. Windows color (decimal): -12832654 or 7483452. OLE color: 7483452.

HSL color Cylindrical-coordinate representation of color #3C3072: hue angle of 250.91º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C3072 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB6048114-
CMYK0.470.5800.55
HSL250.91º40.74%31.76%-
HSV(B)250.91º57.89%44.71%-
XYZ5.964.2916.43-
YUV59.11158.98128.63-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.03%
GREEN value IS 48 (19.14% from 255) = 21.62%
BLUE value IS 114 (44.92% from 255) = 51.35%
R=27.03%
G=21.62%
B=51.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60481140.470.5800.55250.9140.7431.76
Hex3C30722F3A037fb2920
Octal746016257720673735140
Binary1111001100001110010101111111010011011111111011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C3072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,48,114); }

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

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

 a { background-color: rgb(60,48,114); }

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

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

 span { border-color: rgb(60,48,114); }

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