Html Css Color HEX #294D7F St Tropaz

📋 copy color: '#294D7F'

red 41 ◦ green 77 ◦ blue 127

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

Shades of St Tropaz #294D7F

Tints of St Tropaz #294D7F

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 value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#294D7F (or 0x294D7F) is known color: 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

RGB 41 77 127 -
CMYK 0.68 0.39 0 0.50
HSL 214.88º 0.51% 0.33% -
HSV(B) 214.88º 0.68% 0.5% -
XYZ 7.4 7.31 21.1 -
YUV 71.94 159.07 105.93 -
System Red Green Blue C M Y K H S L
Decimal 41 77 127 0.68 0.39 0 0.50 214.88 0.51 0.33
Hex 29 4D 7F 44 27 0 32 D7 33 21
Octal 51 115 177 104 47 0 62 327 63 41
Binary 101001 1001101 1111111 1000100 100111 0 110010 11010111 110011 100001

Color Harmonies of #294D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294D7F

Black with #294D7F

Text Example


Text Example

White with #294D7F

Text Example


Text Example

HTML Codes & Css Web 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>