#295084

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

Shades of St Tropaz #295084

Tints of St Tropaz #295084

Color information

#295084 (or 0x295084) is unknown color: approx St Tropaz. HEX triplet: 29, 50 and 84. RGB value is (41,80,132). Sum of RGB (Red+Green+Blue) = 41+80+132=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 132 (51.95% from 255 or 52.17% from 253); Max value from RGB is 132 - color contains mainly: blue. Hex color #295084 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295084 is #D6AF7B. Grayscale: #4A4A4A. Windows color (decimal): -14069628 or 8671273. OLE color: 8671273.

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

Color convert

RGB4180132-
CMYK0.690.3900.48
HSL214.29º52.6%33.92%-
HSV(B)214.29º68.94%51.76%-
XYZ7.957.8722.93-
YUV74.27160.58104.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.21%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 132 (51.95% from 255) = 52.17%
R=16.21%
G=31.62%
B=52.17%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal41801320.690.3900.48214.2952.633.92
Hex2950844527030d63522
Octal51120204105470603266542
Binary1010011010000100001001000101100111011000011010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295084; }

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

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

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

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

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

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

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

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