#443C64

Color #443C64 Minsk (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Minsk #443C64

Tints of Minsk #443C64

Color information

#443C64 (or 0x443C64) is unknown color: approx Minsk. HEX triplet: 44, 3C and 64. RGB value is (68,60,100). Sum of RGB (Red+Green+Blue) = 68+60+100=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 100 (39.45% from 255 or 43.86% from 228); Max value from RGB is 100 - color contains mainly: blue. Hex color #443C64 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #443C64 is #BBC39B. Grayscale: #424242. Windows color (decimal): -12305308 or 6569028. OLE color: 6569028.

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

Color convert

RGB6860100-
CMYK0.320.400.61
HSL252º25%31.37%-
HSV(B)252º40%39.22%-
XYZ6.35.3812.76-
YUV66.95146.65128.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.82%
GREEN value IS 60 (23.83% from 255) = 26.32%
BLUE value IS 100 (39.45% from 255) = 43.86%
R=29.82%
G=26.32%
B=43.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68601000.320.400.612522531.37
Hex443C64202803Dfc191f
Octal1047414440500753743137
Binary100010011110011001001000001010000111101111111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #443C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #443C64;
 }
 .AnyTagClassName
 {
   color: #443C64;
 }
</style>
background-color css

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

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

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

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

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

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