Html Css Color HEX #44366C Minsk

📋 copy color: '#44366C'

red 68 ◦ green 54 ◦ blue 108

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

Shades of Minsk #44366C

Tints of Minsk #44366C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 23.48%

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

R = 29.57%
G = 23.48%
B = 46.96%

CMYK

 C value IS 0.37

 M value IS 0.50

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44366C (or 0x44366C) is known color: Minsk. HEX triplet: 44, 36 and 6C. RGB value is (68,54,108). Sum of RGB (Red+Green+Blue) = 68+54+108=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 54 (21.48% from 255 or 23.48% from 230); Blue value is 108 (42.58% from 255 or 46.96% from 230); Max value from RGB is 108 - color contains mainly: blue. Hex color #44366C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44366C is #BBC993. Grayscale: #404040. Windows color (decimal): -12306836 or 7091780. OLE color: 7091780.

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

Color convert

RGB 68 54 108 -
CMYK 0.37 0.50 0 0.58
HSL 255.56º 0.33% 0.32% -
HSV(B) 255.56º 0.5% 0.42% -
XYZ 6.41 4.95 14.8 -
YUV 64.34 152.64 130.61 -
System Red Green Blue C M Y K H S L
Decimal 68 54 108 0.37 0.50 0 0.58 255.56 0.33 0.32
Hex 44 36 6C 25 32 0 3A 100 21 20
Octal 104 66 154 45 62 0 72 400 41 40
Binary 1000100 110110 1101100 100101 110010 0 111010 100000000 100001 100000

Color Harmonies of #44366C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44366C

Black with #44366C

Text Example


Text Example

White with #44366C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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