Html Css Color HEX #44396B Minsk

📋 copy color: '#44396B'

red 68 ◦ green 57 ◦ blue 107

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

Shades of Minsk #44396B

Tints of Minsk #44396B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.57%

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

R = 29.31%
G = 24.57%
B = 46.12%

CMYK

 C value IS 0.36

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44396B (or 0x44396B) is known color: Minsk. HEX triplet: 44, 39 and 6B. RGB value is (68,57,107). Sum of RGB (Red+Green+Blue) = 68+57+107=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #44396B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44396B is #BBC694. Grayscale: #414141. Windows color (decimal): -12306069 or 7027012. OLE color: 7027012.

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

Color convert

RGB 68 57 107 -
CMYK 0.36 0.47 0 0.58
HSL 253.2º 0.3% 0.32% -
HSV(B) 253.2º 0.47% 0.42% -
XYZ 6.5 5.22 14.57 -
YUV 65.99 151.14 129.43 -
System Red Green Blue C M Y K H S L
Decimal 68 57 107 0.36 0.47 0 0.58 253.2 0.3 0.32
Hex 44 39 6B 24 2F 0 3A FD 1E 20
Octal 104 71 153 44 57 0 72 375 36 40
Binary 1000100 111001 1101011 100100 101111 0 111010 11111101 11110 100000

Color Harmonies of #44396B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44396B

Black with #44396B

Text Example


Text Example

White with #44396B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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