Html Css Color HEX #294F80 St Tropaz

📋 copy color: '#294F80'

red 41 ◦ green 79 ◦ blue 128

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

Shades of St Tropaz #294F80

Tints of St Tropaz #294F80

RGB

 RED value IS 41 (16.41% from 255) = 16.53%

 GREEN value IS 79 (31.25% from 255) = 31.85%

 BLUE value IS 128 (50.39% from 255) = 51.61%

R = 16.53%
G = 31.85%
B = 51.61%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294F80 (or 0x294F80) is known color: St Tropaz. HEX triplet: 29, 4F and 80. RGB value is (41,79,128). Sum of RGB (Red+Green+Blue) = 41+79+128=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 79 (31.25% from 255 or 31.85% from 248); Blue value is 128 (50.39% from 255 or 51.61% from 248); Max value from RGB is 128 - color contains mainly: blue. Hex color #294F80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F80 is #D6B07F. Grayscale: #484848. Windows color (decimal): -14069888 or 8408873. OLE color: 8408873.

HSL color Cylindrical-coordinate representation of color #294F80: hue angle of 213.79º 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 #294F80 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 79 128 -
CMYK 0.68 0.38 0 0.50
HSL 213.79º 0.51% 0.33% -
HSV(B) 213.79º 0.68% 0.5% -
XYZ 7.61 7.62 21.49 -
YUV 73.22 158.91 105.02 -
System Red Green Blue C M Y K H S L
Decimal 41 79 128 0.68 0.38 0 0.50 213.79 0.51 0.33
Hex 29 4F 80 44 26 0 32 D6 33 21
Octal 51 117 200 104 46 0 62 326 63 41
Binary 101001 1001111 10000000 1000100 100110 0 110010 11010110 110011 100001

Color Harmonies of #294F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F80

Black with #294F80

Text Example


Text Example

White with #294F80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #294F80;
 }
 .AnyTagClassName
 {
   color: #294F80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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