Html Css Color HEX #44356A Minsk

📋 copy color: '#44356A'

red 68 ◦ green 53 ◦ blue 106

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

Shades of Minsk #44356A

Tints of Minsk #44356A

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.8% from 255) = 46.7%

R = 29.96%
G = 23.35%
B = 46.7%

CMYK

 C value IS 0.36

 M value IS 0.5

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44356A (or 0x44356A) is known color: 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

RGB 68 53 106 -
CMYK 0.36 0.5 0 0.58
HSL 256.98º 0.33% 0.31% -
HSV(B) 256.98º 0.5% 0.42% -
XYZ 6.26 4.82 14.24 -
YUV 63.53 151.97 131.19 -
System Red Green Blue C M Y K H S L
Decimal 68 53 106 0.36 0.5 0 0.58 256.98 0.33 0.31
Hex 44 35 6A 24 32 0 3A 101 21 1F
Octal 104 65 152 44 62 0 72 401 41 37
Binary 1000100 110101 1101010 100100 110010 0 111010 100000001 100001 11111

Color Harmonies of #44356A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44356A

Black with #44356A

Text Example


Text Example

White with #44356A

Text Example


Text Example

HTML Codes & Css Web 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>