#3C356E

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

Shades of Minsk #3C356E

Tints of Minsk #3C356E

Color information

#3C356E (or 0x3C356E) is unknown color: approx Minsk. HEX triplet: 3C, 35 and 6E. RGB value is (60,53,110). Sum of RGB (Red+Green+Blue) = 60+53+110=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 110 (43.36% from 255 or 49.33% from 223); Max value from RGB is 110 - color contains mainly: blue. Hex color #3C356E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C356E is #C3CA91. Grayscale: #3D3D3D. Windows color (decimal): -12831378 or 7222588. OLE color: 7222588.

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

Color convert

RGB6053110-
CMYK0.450.5200.57
HSL247.37º34.97%31.96%-
HSV(B)247.37º51.82%43.14%-
XYZ5.954.6315.33-
YUV61.59155.32126.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 110 (43.36% from 255) = 49.33%
R=26.91%
G=23.77%
B=49.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal60531100.450.5200.57247.3734.9731.96
Hex3C356E2D34039f72320
Octal746515655640713674340
Binary1111001101011101110101101110100011100111110111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C356E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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