Html Css Color HEX #294F81 St Tropaz

📋 copy color: '#294F81'

red 41 ◦ green 79 ◦ blue 129

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

Shades of St Tropaz #294F81

Tints of St Tropaz #294F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 51.81%

R = 16.47%
G = 31.73%
B = 51.81%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#294F81 (or 0x294F81) is known color: St Tropaz. HEX triplet: 29, 4F and 81. RGB value is (41,79,129). Sum of RGB (Red+Green+Blue) = 41+79+129=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #294F81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F81 is #D6B07E. Grayscale: #494949. Windows color (decimal): -14069887 or 8474409. OLE color: 8474409.

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

Color convert

RGB 41 79 129 -
CMYK 0.68 0.39 0 0.49
HSL 214.09º 0.52% 0.33% -
HSV(B) 214.09º 0.68% 0.51% -
XYZ 7.67 7.65 21.84 -
YUV 73.34 159.41 104.93 -
System Red Green Blue C M Y K H S L
Decimal 41 79 129 0.68 0.39 0 0.49 214.09 0.52 0.33
Hex 29 4F 81 44 27 0 31 D6 34 21
Octal 51 117 201 104 47 0 61 326 64 41
Binary 101001 1001111 10000001 1000100 100111 0 110001 11010110 110100 100001

Color Harmonies of #294F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F81

Black with #294F81

Text Example


Text Example

White with #294F81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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