Html Css Color HEX #44366A Minsk

📋 copy color: '#44366A'

red 68 ◦ green 54 ◦ blue 106

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

Shades of Minsk #44366A

Tints of Minsk #44366A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.68%

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

R = 29.82%
G = 23.68%
B = 46.49%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44366A (or 0x44366A) is known color: Minsk. HEX triplet: 44, 36 and 6A. RGB value is (68,54,106). Sum of RGB (Red+Green+Blue) = 68+54+106=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 54 (21.48% from 255 or 23.68% from 228); Blue value is 106 (41.80% from 255 or 46.49% from 228); Max value from RGB is 106 - color contains mainly: blue. Hex color #44366A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44366A is #BBC995. Grayscale: #3F3F3F. Windows color (decimal): -12306838 or 6960708. OLE color: 6960708.

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

Color convert

RGB 68 54 106 -
CMYK 0.36 0.49 0 0.58
HSL 256.15º 0.33% 0.31% -
HSV(B) 256.15º 0.49% 0.42% -
XYZ 6.3 4.91 14.25 -
YUV 64.11 151.64 130.77 -
System Red Green Blue C M Y K H S L
Decimal 68 54 106 0.36 0.49 0 0.58 256.15 0.33 0.31
Hex 44 36 6A 24 31 0 3A 100 20 1F
Octal 104 66 152 44 61 0 72 400 40 37
Binary 1000100 110110 1101010 100100 110001 0 111010 100000000 100000 11111

Color Harmonies of #44366A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44366A

Black with #44366A

Text Example


Text Example

White with #44366A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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