#295180

Color #295180 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #295180

Tints of St Tropaz #295180

Color information

#295180 (or 0x295180) is unknown color: approx St Tropaz. HEX triplet: 29, 51 and 80. RGB value is (41,81,128). Sum of RGB (Red+Green+Blue) = 41+81+128=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 128 (50.39% from 255 or 51.2% from 250); Max value from RGB is 128 - color contains mainly: blue. Hex color #295180 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295180 is #D6AE7F. Grayscale: #4A4A4A. Windows color (decimal): -14069376 or 8409385. OLE color: 8409385.

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

Color convert

RGB4181128-
CMYK0.680.3700.50
HSL212.41º51.48%33.14%-
HSV(B)212.41º67.97%50.2%-
XYZ7.757.9121.54-
YUV74.4158.25104.18-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.4%
GREEN value IS 81 (32.03% from 255) = 32.4%
BLUE value IS 128 (50.39% from 255) = 51.2%
R=16.4%
G=32.4%
B=51.2%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal41811280.680.3700.50212.4151.4833.14
Hex2951804425032d43321
Octal51121200104450623246341
Binary1010011010001100000001000100100101011001011010100110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295180; }

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

 H1.HeaderClassName
 {
   color: #295180;
 }
 .AnyTagClassName
 {
   color: #295180;
 }
</style>
background-color css

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

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

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

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

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

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