#44376F

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

Shades of Minsk #44376F

Tints of Minsk #44376F

Color information

#44376F (or 0x44376F) is unknown color: approx Minsk. HEX triplet: 44, 37 and 6F. RGB value is (68,55,111). Sum of RGB (Red+Green+Blue) = 68+55+111=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #44376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376F is #BBC890. Grayscale: #414141. Windows color (decimal): -12306577 or 7288644. OLE color: 7288644.

HSL color Cylindrical-coordinate representation of color #44376F: hue angle of 253.93º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44376F is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6855111-
CMYK0.390.5000.56
HSL253.93º33.73%32.55%-
HSV(B)253.93º50.45%43.53%-
XYZ6.625.1115.68-
YUV65.27153.81129.95-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.06%
GREEN value IS 55 (21.88% from 255) = 23.50%
BLUE value IS 111 (43.75% from 255) = 47.44%
R=29.06%
G=23.50%
B=47.44%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68551110.390.5000.56253.9333.7332.55
Hex44376F2732038fe2221
Octal1046715747620703764241
Binary10001001101111101111100111110010011100011111110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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