#3C276E

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

Shades of Minsk #3C276E

Tints of Minsk #3C276E

Color information

#3C276E (or 0x3C276E) is unknown color: approx Minsk. HEX triplet: 3C, 27 and 6E. RGB value is (60,39,110). Sum of RGB (Red+Green+Blue) = 60+39+110=209 (27% of max value = 765). Red value is 60 (23.83% from 255 or 28.71% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 110 (43.36% from 255 or 52.63% from 209); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C276E is #C3D891. Grayscale: #353535. Windows color (decimal): -12834962 or 7219004. OLE color: 7219004.

HSL color Cylindrical-coordinate representation of color #3C276E: hue angle of 257.75º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3C276E is Cyan = 0.45, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6039110-
CMYK0.450.6500.57
HSL257.75º47.65%29.22%-
HSV(B)257.75º64.55%43.14%-
XYZ5.43.5415.15-
YUV53.37159.96132.73-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 28.71%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 110 (43.36% from 255) = 52.63%
R=28.71%
G=18.66%
B=52.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60391100.450.6500.57257.7547.6529.22
Hex3C276E2D41039102301d
Octal7447156551010714026035
Binary11110010011111011101011011000001011100110000001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,110); }

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

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

 a { background-color: rgb(60,39,110); }

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

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

 span { border-color: rgb(60,39,110); }

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