Html Css Color HEX #294D7C St Tropaz

📋 copy color: '#294D7C'

red 41 ◦ green 77 ◦ blue 124

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

Shades of St Tropaz #294D7C

Tints of St Tropaz #294D7C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.82%

 BLUE value IS 124 (48.83% from 255) = 51.24%

R = 16.94%
G = 31.82%
B = 51.24%

CMYK

 C value IS 0.67

 M value IS 0.38

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#294D7C (or 0x294D7C) is known color: St Tropaz. HEX triplet: 29, 4D and 7C. RGB value is (41,77,124). Sum of RGB (Red+Green+Blue) = 41+77+124=242 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.94% from 242); Green value is 77 (30.47% from 255 or 31.82% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #294D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #294D7C is #D6B283. Grayscale: #474747. Windows color (decimal): -14070404 or 8146217. OLE color: 8146217.

HSL color Cylindrical-coordinate representation of color #294D7C: hue angle of 213.98º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #294D7C is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 41 77 124 -
CMYK 0.67 0.38 0 0.51
HSL 213.98º 0.5% 0.32% -
HSV(B) 213.98º 0.67% 0.49% -
XYZ 7.21 7.23 20.09 -
YUV 71.59 157.57 106.18 -
System Red Green Blue C M Y K H S L
Decimal 41 77 124 0.67 0.38 0 0.51 213.98 0.5 0.32
Hex 29 4D 7C 43 26 0 33 D6 32 20
Octal 51 115 174 103 46 0 63 326 62 40
Binary 101001 1001101 1111100 1000011 100110 0 110011 11010110 110010 100000

Color Harmonies of #294D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D7C

Black with #294D7C

Text Example


Text Example

White with #294D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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