#3C2A72

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

Shades of Minsk #3C2A72

Tints of Minsk #3C2A72

Color information

#3C2A72 (or 0x3C2A72) is unknown color: approx Minsk. HEX triplet: 3C, 2A and 72. RGB value is (60,42,114). Sum of RGB (Red+Green+Blue) = 60+42+114=216 (28% of max value = 765). Red value is 60 (23.83% from 255 or 27.78% from 216); Green value is 42 (16.80% from 255 or 19.44% from 216); Blue value is 114 (44.92% from 255 or 52.78% from 216); Max value from RGB is 114 - color contains mainly: blue. Hex color #3C2A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C2A72 is #C3D58D. Grayscale: #373737. Windows color (decimal): -12834190 or 7481916. OLE color: 7481916.

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

Color convert

RGB6042114-
CMYK0.470.6300.55
HSL255º46.15%30.59%-
HSV(B)255º63.16%44.71%-
XYZ5.733.8316.36-
YUV55.59160.96131.15-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 27.78%
GREEN value IS 42 (16.80% from 255) = 19.44%
BLUE value IS 114 (44.92% from 255) = 52.78%
R=27.78%
G=19.44%
B=52.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal60421140.470.6300.5525546.1530.59
Hex3C2A722F3F037ff2e1f
Octal745216257770673775637
Binary111100101010111001010111111111101101111111111110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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