#44376D

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

Shades of Minsk #44376D

Tints of Minsk #44376D

Color information

#44376D (or 0x44376D) is unknown color: approx Minsk. HEX triplet: 44, 37 and 6D. RGB value is (68,55,109). Sum of RGB (Red+Green+Blue) = 68+55+109=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 109 (42.97% from 255 or 46.98% from 232); Max value from RGB is 109 - color contains mainly: blue. Hex color #44376D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376D is #BBC892. Grayscale: #404040. Windows color (decimal): -12306579 or 7157572. OLE color: 7157572.

HSL color Cylindrical-coordinate representation of color #44376D: hue angle of 254.44º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44376D is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6855109-
CMYK0.380.5000.57
HSL254.44º32.93%32.16%-
HSV(B)254.44º49.54%42.75%-
XYZ6.515.0715.1-
YUV65.04152.81130.11-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.31%
GREEN value IS 55 (21.88% from 255) = 23.71%
BLUE value IS 109 (42.97% from 255) = 46.98%
R=29.31%
G=23.71%
B=46.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68551090.380.5000.57254.4432.9332.16
Hex44376D2632039fe2120
Octal1046715546620713764140
Binary10001001101111101101100110110010011100111111110100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44376D; }

 p { color: rgb(68,55,109); }

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

<style>
 a { background-color: #44376D; }

 a { background-color: rgb(68,55,109); }

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

<style>
 span { border-color: #44376D; }

 span { border-color: rgb(68,55,109); }

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