Html Css Color HEX #44376F Minsk

📋 copy color: '#44376F'

red 68 ◦ green 55 ◦ blue 111

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

Shades of Minsk #44376F

Tints of Minsk #44376F

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.5%

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

R = 29.06%
G = 23.5%
B = 47.44%

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

#44376F (or 0x44376F) is known color: Minsk. HEX triplet: 44, 37 and 6F. RGB value is (68,55,111). Sum of RGB (Red+Green+Blue) = 68+55+111=234 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.06% from 234); Green value is 55 (21.88% from 255 or 23.50% from 234); Blue value is 111 (43.75% from 255 or 47.44% from 234); Max value from RGB is 111 - color contains mainly: blue. Hex color #44376F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376F is #BBC890. Grayscale: #414141. Windows color (decimal): -12306577 or 7288644. OLE color: 7288644.

HSL color Cylindrical-coordinate representation of color #44376F: hue angle of 253.93º degrees, saturation: 0.34, 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 #44376F is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 68 55 111 -
CMYK 0.39 0.50 0 0.56
HSL 253.93º 0.34% 0.33% -
HSV(B) 253.93º 0.5% 0.44% -
XYZ 6.62 5.11 15.68 -
YUV 65.27 153.81 129.95 -
System Red Green Blue C M Y K H S L
Decimal 68 55 111 0.39 0.50 0 0.56 253.93 0.34 0.33
Hex 44 37 6F 27 32 0 38 FE 22 21
Octal 104 67 157 47 62 0 70 376 42 41
Binary 1000100 110111 1101111 100111 110010 0 111000 11111110 100010 100001

Color Harmonies of #44376F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44376F

Black with #44376F

Text Example


Text Example

White with #44376F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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