#295083

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

Shades of St Tropaz #295083

Tints of St Tropaz #295083

Color information

#295083 (or 0x295083) is unknown color: approx St Tropaz. HEX triplet: 29, 50 and 83. RGB value is (41,80,131). Sum of RGB (Red+Green+Blue) = 41+80+131=252 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.27% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #295083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #295083 is #D6AF7C. Grayscale: #494949. Windows color (decimal): -14069629 or 8605737. OLE color: 8605737.

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

Color convert

RGB4180131-
CMYK0.690.3900.49
HSL214º52.33%33.73%-
HSV(B)214º68.7%51.37%-
XYZ7.887.8522.57-
YUV74.15160.08104.35-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 16.27%
GREEN value IS 80 (31.64% from 255) = 31.75%
BLUE value IS 131 (51.56% from 255) = 51.98%
R=16.27%
G=31.75%
B=51.98%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41801310.690.3900.4921452.3333.73
Hex2950834527031d63422
Octal51120203105470613266442
Binary1010011010000100000111000101100111011000111010110110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295083; }

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

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

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

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

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

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

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

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