#44356A

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

Shades of Minsk #44356A

Tints of Minsk #44356A

Color information

#44356A (or 0x44356A) is unknown color: approx Minsk. HEX triplet: 44, 35 and 6A. RGB value is (68,53,106). Sum of RGB (Red+Green+Blue) = 68+53+106=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 53 (21.09% from 255 or 23.35% from 227); Blue value is 106 (41.80% from 255 or 46.70% from 227); Max value from RGB is 106 - color contains mainly: blue. Hex color #44356A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44356A is #BBCA95. Grayscale: #3F3F3F. Windows color (decimal): -12307094 or 6960452. OLE color: 6960452.

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

Color convert

RGB6853106-
CMYK0.360.500.58
HSL256.98º33.33%31.18%-
HSV(B)256.98º50%41.57%-
XYZ6.264.8214.24-
YUV63.53151.97131.19-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.96%
GREEN value IS 53 (21.09% from 255) = 23.35%
BLUE value IS 106 (41.80% from 255) = 46.70%
R=29.96%
G=23.35%
B=46.70%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68531060.360.500.58256.9833.3331.18
Hex44356A243203A101211f
Octal1046515244620724014137
Binary10001001101011101010100100110010011101010000000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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