Html Css Color HEX #44376C Minsk

📋 copy color: '#44376C'

red 68 ◦ green 55 ◦ blue 108

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

Shades of Minsk #44376C

Tints of Minsk #44376C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.75%

R = 29.44%
G = 23.81%
B = 46.75%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44376C (or 0x44376C) is known color: Minsk. HEX triplet: 44, 37 and 6C. RGB value is (68,55,108). Sum of RGB (Red+Green+Blue) = 68+55+108=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 108 (42.58% from 255 or 46.75% from 231); Max value from RGB is 108 - color contains mainly: blue. Hex color #44376C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44376C is #BBC893. Grayscale: #404040. Windows color (decimal): -12306580 or 7092036. OLE color: 7092036.

HSL color Cylindrical-coordinate representation of color #44376C: hue angle of 254.72º degrees, saturation: 0.33, 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 #44376C is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 68 55 108 -
CMYK 0.37 0.49 0 0.58
HSL 254.72º 0.33% 0.32% -
HSV(B) 254.72º 0.49% 0.42% -
XYZ 6.46 5.04 14.82 -
YUV 64.93 152.31 130.19 -
System Red Green Blue C M Y K H S L
Decimal 68 55 108 0.37 0.49 0 0.58 254.72 0.33 0.32
Hex 44 37 6C 25 31 0 3A FF 21 20
Octal 104 67 154 45 61 0 72 377 41 40
Binary 1000100 110111 1101100 100101 110001 0 111010 11111111 100001 100000

Color Harmonies of #44376C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44376C

Black with #44376C

Text Example


Text Example

White with #44376C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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