Html Css Color HEX #295087 St Tropaz

📋 copy color: '#295087'

red 41 ◦ green 80 ◦ blue 135

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

Shades of St Tropaz #295087

Tints of St Tropaz #295087

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 52.73%

R = 16.02%
G = 31.25%
B = 52.73%

CMYK

 C value IS 0.70

 M value IS 0.41

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#295087 (or 0x295087) is known color: St Tropaz. HEX triplet: 29, 50 and 87. RGB value is (41,80,135). Sum of RGB (Red+Green+Blue) = 41+80+135=256 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.02% from 256); Green value is 80 (31.64% from 255 or 31.25% from 256); Blue value is 135 (53.12% from 255 or 52.73% from 256); Max value from RGB is 135 - color contains mainly: blue. Hex color #295087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295087 is #D6AF78. Grayscale: #4A4A4A. Windows color (decimal): -14069625 or 8867881. OLE color: 8867881.

HSL color Cylindrical-coordinate representation of color #295087: hue angle of 215.11º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #295087 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 41 80 135 -
CMYK 0.70 0.41 0 0.47
HSL 215.11º 0.53% 0.35% -
HSV(B) 215.11º 0.7% 0.53% -
XYZ 8.16 7.96 24.03 -
YUV 74.61 162.08 104.03 -
System Red Green Blue C M Y K H S L
Decimal 41 80 135 0.70 0.41 0 0.47 215.11 0.53 0.35
Hex 29 50 87 46 29 0 2F D7 35 23
Octal 51 120 207 106 51 0 57 327 65 43
Binary 101001 1010000 10000111 1000110 101001 0 101111 11010111 110101 100011

Color Harmonies of #295087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295087

Black with #295087

Text Example


Text Example

White with #295087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295087; }

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

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

background-color css

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

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

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

border-color css

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

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

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