#44346D

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

Shades of Minsk #44346D

Tints of Minsk #44346D

Color information

#44346D (or 0x44346D) is unknown color: approx Minsk. HEX triplet: 44, 34 and 6D. RGB value is (68,52,109). Sum of RGB (Red+Green+Blue) = 68+52+109=229 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.69% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #44346D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44346D is #BBCB92. Grayscale: #3F3F3F. Windows color (decimal): -12307347 or 7156804. OLE color: 7156804.

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

Color convert

RGB6852109-
CMYK0.380.5200.57
HSL256.84º35.4%31.57%-
HSV(B)256.84º52.29%42.75%-
XYZ6.374.7915.06-
YUV63.28153.8131.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.69%
GREEN value IS 52 (20.70% from 255) = 22.71%
BLUE value IS 109 (42.97% from 255) = 47.60%
R=29.69%
G=22.71%
B=47.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal68521090.380.5200.57256.8435.431.57
Hex44346D26340391012320
Octal1046415546640714014340
Binary100010011010011011011001101101000111001100000001100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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