Html Css Color HEX #44306A Minsk

📋 copy color: '#44306A'

red 68 ◦ green 48 ◦ blue 106

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

Shades of Minsk #44306A

Tints of Minsk #44306A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 21.62%

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 30.63%
G = 21.62%
B = 47.75%

CMYK

 C value IS 0.36

 M value IS 0.55

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#44306A (or 0x44306A) is known color: Minsk. HEX triplet: 44, 30 and 6A. RGB value is (68,48,106). Sum of RGB (Red+Green+Blue) = 68+48+106=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 48 (19.14% from 255 or 21.62% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 106 - color contains mainly: blue. Hex color #44306A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44306A is #BBCF95. Grayscale: #3C3C3C. Windows color (decimal): -12308374 or 6959172. OLE color: 6959172.

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

Color convert

RGB 68 48 106 -
CMYK 0.36 0.55 0 0.58
HSL 260.69º 0.38% 0.3% -
HSV(B) 260.69º 0.55% 0.42% -
XYZ 6.04 4.38 14.16 -
YUV 60.59 153.63 133.28 -
System Red Green Blue C M Y K H S L
Decimal 68 48 106 0.36 0.55 0 0.58 260.69 0.38 0.3
Hex 44 30 6A 24 37 0 3A 105 26 1E
Octal 104 60 152 44 67 0 72 405 46 36
Binary 1000100 110000 1101010 100100 110111 0 111010 100000101 100110 11110

Color Harmonies of #44306A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44306A

Black with #44306A

Text Example


Text Example

White with #44306A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44306A; }

 p { color: rgb(68,48,106); }

 H1.HeaderClassName
 {
   color: #44306A;
 }
 .AnyTagClassName
 {
   color: #44306A;
 }
</style>

background-color css

<style>
 a { background-color: #44306A; }

 a { background-color: rgb(68,48,106); }

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

border-color css

<style>
 span { border-color: #44306A; }

 span { border-color: rgb(68,48,106); }

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