Html Css Color HEX #44386E Minsk

📋 copy color: '#44386E'

red 68 ◦ green 56 ◦ blue 110

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

Shades of Minsk #44386E

Tints of Minsk #44386E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.01%

R = 29.06%
G = 23.93%
B = 47.01%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44386E (or 0x44386E) is known color: Minsk. HEX triplet: 44, 38 and 6E. RGB value is (68,56,110). Sum of RGB (Red+Green+Blue) = 68+56+110=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 110 - color contains mainly: blue. Hex color #44386E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386E is #BBC791. Grayscale: #414141. Windows color (decimal): -12306322 or 7223364. OLE color: 7223364.

HSL color Cylindrical-coordinate representation of color #44386E: hue angle of 253.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #44386E is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 56 110 -
CMYK 0.38 0.49 0 0.57
HSL 253.33º 0.33% 0.33% -
HSV(B) 253.33º 0.49% 0.43% -
XYZ 6.61 5.18 15.4 -
YUV 65.74 152.98 129.61 -
System Red Green Blue C M Y K H S L
Decimal 68 56 110 0.38 0.49 0 0.57 253.33 0.33 0.33
Hex 44 38 6E 26 31 0 39 FD 21 21
Octal 104 70 156 46 61 0 71 375 41 41
Binary 1000100 111000 1101110 100110 110001 0 111001 11111101 100001 100001

Color Harmonies of #44386E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44386E

Black with #44386E

Text Example


Text Example

White with #44386E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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