Html Css Color HEX #443E60 Minsk

📋 copy color: '#443E60'

red 68 ◦ green 62 ◦ blue 96

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

Shades of Minsk #443E60

Tints of Minsk #443E60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 42.48%

R = 30.09%
G = 27.43%
B = 42.48%

CMYK

 C value IS 0.29

 M value IS 0.35

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#443E60 (or 0x443E60) is known color: Minsk. HEX triplet: 44, 3E and 60. RGB value is (68,62,96). Sum of RGB (Red+Green+Blue) = 68+62+96=226 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.09% from 226); Green value is 62 (24.61% from 255 or 27.43% from 226); Blue value is 96 (37.89% from 255 or 42.48% from 226); Max value from RGB is 96 - color contains mainly: blue. Hex color #443E60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443E60 is #BBC19F. Grayscale: #434343. Windows color (decimal): -12304800 or 6307396. OLE color: 6307396.

HSL color Cylindrical-coordinate representation of color #443E60: hue angle of 250.59º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #443E60 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 68 62 96 -
CMYK 0.29 0.35 0 0.62
HSL 250.59º 0.22% 0.31% -
HSV(B) 250.59º 0.35% 0.38% -
XYZ 6.22 5.52 11.8 -
YUV 67.67 143.99 128.24 -
System Red Green Blue C M Y K H S L
Decimal 68 62 96 0.29 0.35 0 0.62 250.59 0.22 0.31
Hex 44 3E 60 1D 23 0 3E FB 16 1F
Octal 104 76 140 35 43 0 76 373 26 37
Binary 1000100 111110 1100000 11101 100011 0 111110 11111011 10110 11111

Color Harmonies of #443E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #443E60

Black with #443E60

Text Example


Text Example

White with #443E60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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