Html Css Color HEX #44396C Minsk

📋 copy color: '#44396C'

red 68 ◦ green 57 ◦ blue 108

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

Shades of Minsk #44396C

Tints of Minsk #44396C

RGB

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

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

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

R = 29.18%
G = 24.46%
B = 46.35%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44396C (or 0x44396C) is known color: Minsk. HEX triplet: 44, 39 and 6C. RGB value is (68,57,108). Sum of RGB (Red+Green+Blue) = 68+57+108=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 57 (22.66% from 255 or 24.46% from 233); Blue value is 108 (42.58% from 255 or 46.35% from 233); Max value from RGB is 108 - color contains mainly: blue. Hex color #44396C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44396C is #BBC693. Grayscale: #414141. Windows color (decimal): -12306068 or 7092548. OLE color: 7092548.

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

Color convert

RGB 68 57 108 -
CMYK 0.37 0.47 0 0.58
HSL 252.94º 0.31% 0.32% -
HSV(B) 252.94º 0.47% 0.42% -
XYZ 6.55 5.24 14.85 -
YUV 66.1 151.64 129.35 -
System Red Green Blue C M Y K H S L
Decimal 68 57 108 0.37 0.47 0 0.58 252.94 0.31 0.32
Hex 44 39 6C 25 2F 0 3A FD 1F 20
Octal 104 71 154 45 57 0 72 375 37 40
Binary 1000100 111001 1101100 100101 101111 0 111010 11111101 11111 100000

Color Harmonies of #44396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44396C

Black with #44396C

Text Example


Text Example

White with #44396C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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