#41386C

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

Shades of Minsk #41386C

Tints of Minsk #41386C

Color information

#41386C (or 0x41386C) is unknown color: approx Minsk. HEX triplet: 41, 38 and 6C. RGB value is (65,56,108). Sum of RGB (Red+Green+Blue) = 65+56+108=229 (30% of max value = 765). Red value is 65 (25.78% from 255 or 28.38% from 229); Green value is 56 (22.27% from 255 or 24.45% from 229); Blue value is 108 (42.58% from 255 or 47.16% from 229); Max value from RGB is 108 - color contains mainly: blue. Hex color #41386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41386C is #BEC793. Grayscale: #404040. Windows color (decimal): -12502932 or 7092289. OLE color: 7092289.

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

Color convert

RGB6556108-
CMYK0.400.4800.58
HSL250.38º31.71%32.16%-
HSV(B)250.38º48.15%42.35%-
XYZ6.35.0314.83-
YUV64.62152.48128.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 28.38%
GREEN value IS 56 (22.27% from 255) = 24.45%
BLUE value IS 108 (42.58% from 255) = 47.16%
R=28.38%
G=24.45%
B=47.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65561080.400.4800.58250.3831.7132.16
Hex41386C283003Afa2020
Octal1017015450600723724040
Binary10000011110001101100101000110000011101011111010100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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