#41346C

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

Shades of Minsk #41346C

Tints of Minsk #41346C

Color information

#41346C (or 0x41346C) is unknown color: approx Minsk. HEX triplet: 41, 34 and 6C. RGB value is (65,52,108). Sum of RGB (Red+Green+Blue) = 65+52+108=225 (29% of max value = 765). Red value is 65 (25.78% from 255 or 28.89% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #41346C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41346C is #BECB93. Grayscale: #3E3E3E. Windows color (decimal): -12503956 or 7091265. OLE color: 7091265.

HSL color Cylindrical-coordinate representation of color #41346C: hue angle of 253.93º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #41346C is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6552108-
CMYK0.400.5200.58
HSL253.93º35%31.37%-
HSV(B)253.93º51.85%42.35%-
XYZ6.114.6614.77-
YUV62.27153.81129.95-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.89%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 108 (42.58% from 255) = 48%
R=28.89%
G=23.11%
B=48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65521080.400.5200.58253.933531.37
Hex41346C283403Afe231f
Octal1016415450640723764337
Binary1000001110100110110010100011010001110101111111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41346C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41346C; }

 p { color: rgb(65,52,108); }

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

<style>
 a { background-color: #41346C; }

 a { background-color: rgb(65,52,108); }

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

<style>
 span { border-color: #41346C; }

 span { border-color: rgb(65,52,108); }

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