#294F83

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

Shades of St Tropaz #294F83

Tints of St Tropaz #294F83

Color information

#294F83 (or 0x294F83) is unknown color: approx St Tropaz. HEX triplet: 29, 4F and 83. RGB value is (41,79,131). Sum of RGB (Red+Green+Blue) = 41+79+131=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #294F83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F83 is #D6B07C. Grayscale: #494949. Windows color (decimal): -14069885 or 8605481. OLE color: 8605481.

HSL color Cylindrical-coordinate representation of color #294F83: hue angle of 214.67º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #294F83 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4179131-
CMYK0.690.4000.49
HSL214.67º52.33%33.73%-
HSV(B)214.67º68.7%51.37%-
XYZ7.817.722.55-
YUV73.57160.41104.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.33%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=16.33%
G=31.47%
B=52.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41791310.690.4000.49214.6752.3333.73
Hex294F834528031d73422
Octal51117203105500613276442
Binary1010011001111100000111000101101000011000111010111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #294F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,79,131); }

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

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

 a { background-color: rgb(41,79,131); }

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

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

 span { border-color: rgb(41,79,131); }

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