Html Css Color HEX #44346A Minsk

📋 copy color: '#44346A'

red 68 ◦ green 52 ◦ blue 106

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

Shades of Minsk #44346A

Tints of Minsk #44346A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.01%

 BLUE value IS 106 (41.8% from 255) = 46.9%

R = 30.09%
G = 23.01%
B = 46.9%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44346A (or 0x44346A) is known color: Minsk. HEX triplet: 44, 34 and 6A. RGB value is (68,52,106). Sum of RGB (Red+Green+Blue) = 68+52+106=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 52 (20.70% from 255 or 23.01% from 226); Blue value is 106 (41.80% from 255 or 46.90% from 226); Max value from RGB is 106 - color contains mainly: blue. Hex color #44346A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44346A is #BBCB95. Grayscale: #3E3E3E. Windows color (decimal): -12307350 or 6960196. OLE color: 6960196.

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

Color convert

RGB 68 52 106 -
CMYK 0.36 0.51 0 0.58
HSL 257.78º 0.34% 0.31% -
HSV(B) 257.78º 0.51% 0.42% -
XYZ 6.21 4.73 14.22 -
YUV 62.94 152.3 131.61 -
System Red Green Blue C M Y K H S L
Decimal 68 52 106 0.36 0.51 0 0.58 257.78 0.34 0.31
Hex 44 34 6A 24 33 0 3A 102 22 1F
Octal 104 64 152 44 63 0 72 402 42 37
Binary 1000100 110100 1101010 100100 110011 0 111010 100000010 100010 11111

Color Harmonies of #44346A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44346A

Black with #44346A

Text Example


Text Example

White with #44346A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #44346A;
 }
 .AnyTagClassName
 {
   color: #44346A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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