Html Css Color HEX #295080 St Tropaz

📋 copy color: '#295080'

red 41 ◦ green 80 ◦ blue 128

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

Shades of St Tropaz #295080

Tints of St Tropaz #295080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 51.41%

R = 16.47%
G = 32.13%
B = 51.41%

CMYK

 C value IS 0.68

 M value IS 0.38

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#295080 (or 0x295080) is known color: St Tropaz. HEX triplet: 29, 50 and 80. RGB value is (41,80,128). Sum of RGB (Red+Green+Blue) = 41+80+128=249 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.47% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 128 (50.39% from 255 or 51.41% from 249); Max value from RGB is 128 - color contains mainly: blue. Hex color #295080 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295080 is #D6AF7F. Grayscale: #494949. Windows color (decimal): -14069632 or 8409129. OLE color: 8409129.

HSL color Cylindrical-coordinate representation of color #295080: hue angle of 213.1º 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 #295080 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 41 80 128 -
CMYK 0.68 0.38 0 0.50
HSL 213.1º 0.51% 0.33% -
HSV(B) 213.1º 0.68% 0.5% -
XYZ 7.68 7.77 21.52 -
YUV 73.81 158.58 104.6 -
System Red Green Blue C M Y K H S L
Decimal 41 80 128 0.68 0.38 0 0.50 213.1 0.51 0.33
Hex 29 50 80 44 26 0 32 D5 33 21
Octal 51 120 200 104 46 0 62 325 63 41
Binary 101001 1010000 10000000 1000100 100110 0 110010 11010101 110011 100001

Color Harmonies of #295080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #295080

Black with #295080

Text Example


Text Example

White with #295080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #295080; }

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

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

background-color css

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

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

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

border-color css

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

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

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