#294D7F

Color #294D7F St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #294D7F

Tints of St Tropaz #294D7F

Color information

#294D7F (or 0x294D7F) is unknown color: approx St Tropaz. HEX triplet: 29, 4D and 7F. RGB value is (41,77,127). Sum of RGB (Red+Green+Blue) = 41+77+127=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #294D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D7F is #D6B280. Grayscale: #474747. Windows color (decimal): -14070401 or 8342825. OLE color: 8342825.

HSL color Cylindrical-coordinate representation of color #294D7F: hue angle of 214.88º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #294D7F is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4177127-
CMYK0.680.3900.50
HSL214.88º51.19%32.94%-
HSV(B)214.88º67.72%49.8%-
XYZ7.47.3121.1-
YUV71.94159.07105.93-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.73%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 127 (50% from 255) = 51.84%
R=16.73%
G=31.43%
B=51.84%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41771270.680.3900.50214.8851.1932.94
Hex294D7F4427032d73321
Octal51115177104470623276341
Binary101001100110111111111000100100111011001011010111110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #294D7F; }

 p { color: rgb(41,77,127); }

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

<style>
 a { background-color: #294D7F; }

 a { background-color: rgb(41,77,127); }

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

<style>
 span { border-color: #294D7F; }

 span { border-color: rgb(41,77,127); }

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