Html Css Color HEX #44366E Minsk

📋 copy color: '#44366E'

red 68 ◦ green 54 ◦ blue 110

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

Shades of Minsk #44366E

Tints of Minsk #44366E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 47.41%

R = 29.31%
G = 23.28%
B = 47.41%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#44366E (or 0x44366E) is known color: Minsk. HEX triplet: 44, 36 and 6E. RGB value is (68,54,110). Sum of RGB (Red+Green+Blue) = 68+54+110=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 54 (21.48% from 255 or 23.28% from 232); Blue value is 110 (43.36% from 255 or 47.41% from 232); Max value from RGB is 110 - color contains mainly: blue. Hex color #44366E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44366E is #BBC991. Grayscale: #404040. Windows color (decimal): -12306834 or 7222852. OLE color: 7222852.

HSL color Cylindrical-coordinate representation of color #44366E: hue angle of 255º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #44366E is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 68 54 110 -
CMYK 0.38 0.51 0 0.57
HSL 255º 0.34% 0.32% -
HSV(B) 255º 0.51% 0.43% -
XYZ 6.52 4.99 15.37 -
YUV 64.57 153.64 130.45 -
System Red Green Blue C M Y K H S L
Decimal 68 54 110 0.38 0.51 0 0.57 255 0.34 0.32
Hex 44 36 6E 26 33 0 39 FF 22 20
Octal 104 66 156 46 63 0 71 377 42 40
Binary 1000100 110110 1101110 100110 110011 0 111001 11111111 100010 100000

Color Harmonies of #44366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44366E

Black with #44366E

Text Example


Text Example

White with #44366E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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