Html Css Color HEX #443E64 Minsk

📋 copy color: '#443E64'

red 68 ◦ green 62 ◦ blue 100

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

Shades of Minsk #443E64

Tints of Minsk #443E64

RGB

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

 GREEN value IS 62 (24.61% from 255) = 26.96%

 BLUE value IS 100 (39.45% from 255) = 43.48%

R = 29.57%
G = 26.96%
B = 43.48%

CMYK

 C value IS 0.32

 M value IS 0.38

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#443E64 (or 0x443E64) is known color: Minsk. HEX triplet: 44, 3E and 64. RGB value is (68,62,100). Sum of RGB (Red+Green+Blue) = 68+62+100=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 62 (24.61% from 255 or 26.96% from 230); Blue value is 100 (39.45% from 255 or 43.48% from 230); Max value from RGB is 100 - color contains mainly: blue. Hex color #443E64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E64 is #BBC19B. Grayscale: #434343. Windows color (decimal): -12304796 or 6569540. OLE color: 6569540.

HSL color Cylindrical-coordinate representation of color #443E64: hue angle of 249.47º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #443E64 is Cyan = 0.32, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 68 62 100 -
CMYK 0.32 0.38 0 0.61
HSL 249.47º 0.23% 0.32% -
HSV(B) 249.47º 0.38% 0.39% -
XYZ 6.41 5.59 12.8 -
YUV 68.13 145.99 127.91 -
System Red Green Blue C M Y K H S L
Decimal 68 62 100 0.32 0.38 0 0.61 249.47 0.23 0.32
Hex 44 3E 64 20 26 0 3D F9 17 20
Octal 104 76 144 40 46 0 75 371 27 40
Binary 1000100 111110 1100100 100000 100110 0 111101 11111001 10111 100000

Color Harmonies of #443E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443E64

Black with #443E64

Text Example


Text Example

White with #443E64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #443E64; }

 p { color: rgb(68,62,100); }

 H1.HeaderClassName
 {
   color: #443E64;
 }
 .AnyTagClassName
 {
   color: #443E64;
 }
</style>

background-color css

<style>
 a { background-color: #443E64; }

 a { background-color: rgb(68,62,100); }

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

border-color css

<style>
 span { border-color: #443E64; }

 span { border-color: rgb(68,62,100); }

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