#44396A

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

Shades of Minsk #44396A

Tints of Minsk #44396A

Color information

#44396A (or 0x44396A) is unknown color: approx Minsk. HEX triplet: 44, 39 and 6A. RGB value is (68,57,106). Sum of RGB (Red+Green+Blue) = 68+57+106=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 57 (22.66% from 255 or 24.68% from 231); Blue value is 106 (41.80% from 255 or 45.89% from 231); Max value from RGB is 106 - color contains mainly: blue. Hex color #44396A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44396A is #BBC695. Grayscale: #414141. Windows color (decimal): -12306070 or 6961476. OLE color: 6961476.

HSL color Cylindrical-coordinate representation of color #44396A: hue angle of 253.47º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #44396A is Cyan = 0.36, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6857106-
CMYK0.360.4600.58
HSL253.47º30.06%31.96%-
HSV(B)253.47º46.23%41.57%-
XYZ6.455.214.3-
YUV65.88150.64129.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.44%
GREEN value IS 57 (22.66% from 255) = 24.68%
BLUE value IS 106 (41.80% from 255) = 45.89%
R=29.44%
G=24.68%
B=45.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68571060.360.4600.58253.4730.0631.96
Hex44396A242E03Afd1e20
Octal1047115244560723753640
Binary1000100111001110101010010010111001110101111110111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44396A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44396A; }

 p { color: rgb(68,57,106); }

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

<style>
 a { background-color: #44396A; }

 a { background-color: rgb(68,57,106); }

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

<style>
 span { border-color: #44396A; }

 span { border-color: rgb(68,57,106); }

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