#3C346F

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

Shades of Minsk #3C346F

Tints of Minsk #3C346F

Color information

#3C346F (or 0x3C346F) is unknown color: approx Minsk. HEX triplet: 3C, 34 and 6F. RGB value is (60,52,111). Sum of RGB (Red+Green+Blue) = 60+52+111=223 (29% of max value = 765). Red value is 60 (23.83% from 255 or 26.91% from 223); Green value is 52 (20.70% from 255 or 23.32% from 223); Blue value is 111 (43.75% from 255 or 49.78% from 223); Max value from RGB is 111 - color contains mainly: blue. Hex color #3C346F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C346F is #C3CB90. Grayscale: #3C3C3C. Windows color (decimal): -12831633 or 7287868. OLE color: 7287868.

HSL color Cylindrical-coordinate representation of color #3C346F: hue angle of 248.14º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3C346F is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6052111-
CMYK0.460.5300.56
HSL248.14º36.2%31.96%-
HSV(B)248.14º53.15%43.53%-
XYZ5.964.5615.61-
YUV61.12156.15127.2-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 26.91%
GREEN value IS 52 (20.70% from 255) = 23.32%
BLUE value IS 111 (43.75% from 255) = 49.78%
R=26.91%
G=23.32%
B=49.78%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal60521110.460.5300.56248.1436.231.96
Hex3C346F2E35038f82420
Octal746415756650703704440
Binary1111001101001101111101110110101011100011111000100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C346F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,52,111); }

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

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

 a { background-color: rgb(60,52,111); }

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

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

 span { border-color: rgb(60,52,111); }

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