Html Css Color HEX #44386A Minsk

📋 copy color: '#44386A'

red 68 ◦ green 56 ◦ blue 106

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

Shades of Minsk #44386A

Tints of Minsk #44386A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.35%

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

R = 29.57%
G = 24.35%
B = 46.09%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44386A (or 0x44386A) is known color: Minsk. HEX triplet: 44, 38 and 6A. RGB value is (68,56,106). Sum of RGB (Red+Green+Blue) = 68+56+106=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 56 (22.27% from 255 or 24.35% from 230); Blue value is 106 (41.80% from 255 or 46.09% from 230); Max value from RGB is 106 - color contains mainly: blue. Hex color #44386A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386A is #BBC795. Grayscale: #414141. Windows color (decimal): -12306326 or 6961220. OLE color: 6961220.

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

Color convert

RGB 68 56 106 -
CMYK 0.36 0.47 0 0.58
HSL 254.4º 0.31% 0.32% -
HSV(B) 254.4º 0.47% 0.42% -
XYZ 6.4 5.1 14.28 -
YUV 65.29 150.98 129.93 -
System Red Green Blue C M Y K H S L
Decimal 68 56 106 0.36 0.47 0 0.58 254.4 0.31 0.32
Hex 44 38 6A 24 2F 0 3A FE 1F 20
Octal 104 70 152 44 57 0 72 376 37 40
Binary 1000100 111000 1101010 100100 101111 0 111010 11111110 11111 100000

Color Harmonies of #44386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44386A

Black with #44386A

Text Example


Text Example

White with #44386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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