Html Css Color HEX #44326C Minsk

📋 copy color: '#44326C'

red 68 ◦ green 50 ◦ blue 108

#44326C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Minsk #44326C

Tints of Minsk #44326C

RGB

 RED value IS 68 (26.95% from 255) = 30.09%

 GREEN value IS 50 (19.92% from 255) = 22.12%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 30.09%
G = 22.12%
B = 47.79%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44326C (or 0x44326C) is known color: Minsk. HEX triplet: 44, 32 and 6C. RGB value is (68,50,108). Sum of RGB (Red+Green+Blue) = 68+50+108=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 50 (19.92% from 255 or 22.12% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #44326C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44326C is #BBCD93. Grayscale: #3D3D3D. Windows color (decimal): -12307860 or 7090756. OLE color: 7090756.

HSL color Cylindrical-coordinate representation of color #44326C: hue angle of 258.62º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #44326C is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 50 108 -
CMYK 0.37 0.54 0 0.58
HSL 258.62º 0.37% 0.31% -
HSV(B) 258.62º 0.54% 0.42% -
XYZ 6.23 4.59 14.75 -
YUV 61.99 153.96 132.28 -
System Red Green Blue C M Y K H S L
Decimal 68 50 108 0.37 0.54 0 0.58 258.62 0.37 0.31
Hex 44 32 6C 25 36 0 3A 103 25 1F
Octal 104 62 154 45 66 0 72 403 45 37
Binary 1000100 110010 1101100 100101 110110 0 111010 100000011 100101 11111

Color Harmonies of #44326C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44326C

Black with #44326C

Text Example


Text Example

White with #44326C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44326C; }

 p { color: rgb(68,50,108); }

 H1.HeaderClassName
 {
   color: #44326C;
 }
 .AnyTagClassName
 {
   color: #44326C;
 }
</style>

background-color css

<style>
 a { background-color: #44326C; }

 a { background-color: rgb(68,50,108); }

 div.DivClassName
 {
   background-color: #44326C;
 }
 .BgClassName
 {
   background-color: #44326C;
 }
</style>

border-color css

<style>
 span { border-color: #44326C; }

 span { border-color: rgb(68,50,108); }

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