Html Css Color HEX #44386C Minsk

📋 copy color: '#44386C'

red 68 ◦ green 56 ◦ blue 108

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

Shades of Minsk #44386C

Tints of Minsk #44386C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 24.14%

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

R = 29.31%
G = 24.14%
B = 46.55%

CMYK

 C value IS 0.37

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44386C (or 0x44386C) is known color: Minsk. HEX triplet: 44, 38 and 6C. RGB value is (68,56,108). Sum of RGB (Red+Green+Blue) = 68+56+108=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 56 (22.27% from 255 or 24.14% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 108 - color contains mainly: blue. Hex color #44386C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44386C is #BBC793. Grayscale: #414141. Windows color (decimal): -12306324 or 7092292. OLE color: 7092292.

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

Color convert

RGB 68 56 108 -
CMYK 0.37 0.48 0 0.58
HSL 253.85º 0.32% 0.32% -
HSV(B) 253.85º 0.48% 0.42% -
XYZ 6.5 5.14 14.84 -
YUV 65.52 151.98 129.77 -
System Red Green Blue C M Y K H S L
Decimal 68 56 108 0.37 0.48 0 0.58 253.85 0.32 0.32
Hex 44 38 6C 25 30 0 3A FE 20 20
Octal 104 70 154 45 60 0 72 376 40 40
Binary 1000100 111000 1101100 100101 110000 0 111010 11111110 100000 100000

Color Harmonies of #44386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44386C

Black with #44386C

Text Example


Text Example

White with #44386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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