Html Css Color HEX #295086 St Tropaz

📋 copy color: '#295086'

red 41 ◦ green 80 ◦ blue 134

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

Shades of St Tropaz #295086

Tints of St Tropaz #295086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 31.37%

 BLUE value IS 134 (52.73% from 255) = 52.55%

R = 16.08%
G = 31.37%
B = 52.55%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295086 (or 0x295086) is known color: St Tropaz. HEX triplet: 29, 50 and 86. RGB value is (41,80,134). Sum of RGB (Red+Green+Blue) = 41+80+134=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 80 (31.64% from 255 or 31.37% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #295086 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295086 is #D6AF79. Grayscale: #4A4A4A. Windows color (decimal): -14069626 or 8802345. OLE color: 8802345.

HSL color Cylindrical-coordinate representation of color #295086: hue angle of 214.84º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #295086 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 80 134 -
CMYK 0.69 0.40 0 0.47
HSL 214.84º 0.53% 0.34% -
HSV(B) 214.84º 0.69% 0.53% -
XYZ 8.09 7.93 23.66 -
YUV 74.5 161.58 104.11 -
System Red Green Blue C M Y K H S L
Decimal 41 80 134 0.69 0.40 0 0.47 214.84 0.53 0.34
Hex 29 50 86 45 28 0 2F D7 35 22
Octal 51 120 206 105 50 0 57 327 65 42
Binary 101001 1010000 10000110 1000101 101000 0 101111 11010111 110101 100010

Color Harmonies of #295086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295086

Black with #295086

Text Example


Text Example

White with #295086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295086; }

 p { color: rgb(41,80,134); }

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

background-color css

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

 a { background-color: rgb(41,80,134); }

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

border-color css

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

 span { border-color: rgb(41,80,134); }

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