Html Css Color HEX #44386F Minsk

📋 copy color: '#44386F'

red 68 ◦ green 56 ◦ blue 111

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

Shades of Minsk #44386F

Tints of Minsk #44386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 47.23%

R = 28.94%
G = 23.83%
B = 47.23%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#44386F (or 0x44386F) is known color: Minsk. HEX triplet: 44, 38 and 6F. RGB value is (68,56,111). Sum of RGB (Red+Green+Blue) = 68+56+111=235 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.94% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #44386F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386F is #BBC790. Grayscale: #414141. Windows color (decimal): -12306321 or 7288900. OLE color: 7288900.

HSL color Cylindrical-coordinate representation of color #44386F: hue angle of 253.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #44386F is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 56 111 -
CMYK 0.39 0.50 0 0.56
HSL 253.09º 0.33% 0.33% -
HSV(B) 253.09º 0.5% 0.44% -
XYZ 6.67 5.2 15.69 -
YUV 65.86 153.48 129.53 -
System Red Green Blue C M Y K H S L
Decimal 68 56 111 0.39 0.50 0 0.56 253.09 0.33 0.33
Hex 44 38 6F 27 32 0 38 FD 21 21
Octal 104 70 157 47 62 0 70 375 41 41
Binary 1000100 111000 1101111 100111 110010 0 111000 11111101 100001 100001

Color Harmonies of #44386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44386F

Black with #44386F

Text Example


Text Example

White with #44386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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