Html Css Color HEX #44346B Minsk

📋 copy color: '#44346B'

red 68 ◦ green 52 ◦ blue 107

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

Shades of Minsk #44346B

Tints of Minsk #44346B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 29.96%
G = 22.91%
B = 47.14%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44346B (or 0x44346B) is known color: Minsk. HEX triplet: 44, 34 and 6B. RGB value is (68,52,107). Sum of RGB (Red+Green+Blue) = 68+52+107=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 107 (42.19% from 255 or 47.14% from 227); Max value from RGB is 107 - color contains mainly: blue. Hex color #44346B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44346B is #BBCB94. Grayscale: #3E3E3E. Windows color (decimal): -12307349 or 7025732. OLE color: 7025732.

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

Color convert

RGB 68 52 107 -
CMYK 0.36 0.51 0 0.58
HSL 257.45º 0.35% 0.31% -
HSV(B) 257.45º 0.51% 0.42% -
XYZ 6.27 4.75 14.5 -
YUV 63.05 152.8 131.53 -
System Red Green Blue C M Y K H S L
Decimal 68 52 107 0.36 0.51 0 0.58 257.45 0.35 0.31
Hex 44 34 6B 24 33 0 3A 101 23 1F
Octal 104 64 153 44 63 0 72 401 43 37
Binary 1000100 110100 1101011 100100 110011 0 111010 100000001 100011 11111

Color Harmonies of #44346B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44346B

Black with #44346B

Text Example


Text Example

White with #44346B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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