Html Css Color HEX #294F82 St Tropaz

📋 copy color: '#294F82'

red 41 ◦ green 79 ◦ blue 130

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

Shades of St Tropaz #294F82

Tints of St Tropaz #294F82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 52%

R = 16.4%
G = 31.6%
B = 52%

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

#294F82 (or 0x294F82) is known color: St Tropaz. HEX triplet: 29, 4F and 82. RGB value is (41,79,130). Sum of RGB (Red+Green+Blue) = 41+79+130=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #294F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #294F82 is #D6B07D. Grayscale: #494949. Windows color (decimal): -14069886 or 8539945. OLE color: 8539945.

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

Color convert

RGB 41 79 130 -
CMYK 0.68 0.39 0 0.49
HSL 214.38º 0.52% 0.34% -
HSV(B) 214.38º 0.68% 0.51% -
XYZ 7.74 7.68 22.19 -
YUV 73.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 41 79 130 0.68 0.39 0 0.49 214.38 0.52 0.34
Hex 29 4F 82 44 27 0 31 D6 34 22
Octal 51 117 202 104 47 0 61 326 64 42
Binary 101001 1001111 10000010 1000100 100111 0 110001 11010110 110100 100010

Color Harmonies of #294F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #294F82

Black with #294F82

Text Example


Text Example

White with #294F82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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