#44386C

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

Shades of Minsk #44386C

Tints of Minsk #44386C

Color information

#44386C (or 0x44386C) is unknown color: approx Minsk. HEX triplet: 44, 38 and 6C. RGB value is (68,56,108). Sum of RGB (Red+Green+Blue) = 68+56+108=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #44386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386C is #BBC793. Grayscale: #414141. Windows color (decimal): -12306324 or 7092292. OLE color: 7092292.

HSL color Cylindrical-coordinate representation of color #44386C: hue angle of 253.85º 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 #44386C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6856108-
CMYK0.370.4800.58
HSL253.85º31.71%32.16%-
HSV(B)253.85º48.15%42.35%-
XYZ6.55.1414.84-
YUV65.52151.98129.77-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 56 (22.27% from 255) = 24.14%
BLUE value IS 108 (42.58% from 255) = 46.55%
R=29.31%
G=24.14%
B=46.55%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68561080.370.4800.58253.8531.7132.16
Hex44386C253003Afe2020
Octal1047015445600723764040
Binary10001001110001101100100101110000011101011111110100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44386C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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