Html Css Color HEX #44376B Minsk

📋 copy color: '#44376B'

red 68 ◦ green 55 ◦ blue 107

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

Shades of Minsk #44376B

Tints of Minsk #44376B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 46.52%

R = 29.57%
G = 23.91%
B = 46.52%

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

#44376B (or 0x44376B) is known color: Minsk. HEX triplet: 44, 37 and 6B. RGB value is (68,55,107). Sum of RGB (Red+Green+Blue) = 68+55+107=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 55 (21.88% from 255 or 23.91% from 230); Blue value is 107 (42.19% from 255 or 46.52% from 230); Max value from RGB is 107 - color contains mainly: blue. Hex color #44376B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376B is #BBC894. Grayscale: #404040. Windows color (decimal): -12306581 or 7026500. OLE color: 7026500.

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

Color convert

RGB 68 55 107 -
CMYK 0.36 0.49 0 0.58
HSL 255º 0.32% 0.32% -
HSV(B) 255º 0.49% 0.42% -
XYZ 6.4 5.02 14.54 -
YUV 64.82 151.81 130.27 -
System Red Green Blue C M Y K H S L
Decimal 68 55 107 0.36 0.49 0 0.58 255 0.32 0.32
Hex 44 37 6B 24 31 0 3A FF 20 20
Octal 104 67 153 44 61 0 72 377 40 40
Binary 1000100 110111 1101011 100100 110001 0 111010 11111111 100000 100000

Color Harmonies of #44376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44376B

Black with #44376B

Text Example


Text Example

White with #44376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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