#295182

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

Shades of St Tropaz #295182

Tints of St Tropaz #295182

Color information

#295182 (or 0x295182) is unknown color: approx St Tropaz. HEX triplet: 29, 51 and 82. RGB value is (41,81,130). Sum of RGB (Red+Green+Blue) = 41+81+130=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 81 (32.03% from 255 or 32.14% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #295182 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295182 is #D6AE7D. Grayscale: #4A4A4A. Windows color (decimal): -14069374 or 8540457. OLE color: 8540457.

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

Color convert

RGB4181130-
CMYK0.680.3800.49
HSL213.03º52.05%33.53%-
HSV(B)213.03º68.46%50.98%-
XYZ7.897.9722.24-
YUV74.63159.25104.02-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 81 (32.03% from 255) = 32.14%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=16.27%
G=32.14%
B=51.59%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41811300.680.3800.49213.0352.0533.53
Hex2951824426031d53422
Octal51121202104460613256442
Binary1010011010001100000101000100100110011000111010101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295182; }

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

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

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

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

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

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

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

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