#285082

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

Shades of St Tropaz #285082

Tints of St Tropaz #285082

Color information

#285082 (or 0x285082) is unknown color: approx St Tropaz. HEX triplet: 28, 50 and 82. RGB value is (40,80,130). Sum of RGB (Red+Green+Blue) = 40+80+130=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #285082 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285082 is #D7AF7D. Grayscale: #494949. Windows color (decimal): -14135166 or 8540200. OLE color: 8540200.

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

Color convert

RGB4080130-
CMYK0.690.3800.49
HSL213.33º52.94%33.33%-
HSV(B)213.33º69.23%50.98%-
XYZ7.777.822.21-
YUV73.74159.75103.93-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 80 (31.64% from 255) = 32%
BLUE value IS 130 (51.17% from 255) = 52%
R=16%
G=32%
B=52%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40801300.690.3800.49213.3352.9433.33
Hex2850824526031d53521
Octal50120202105460613256541
Binary1010001010000100000101000101100110011000111010101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285082; }

 p { color: rgb(40,80,130); }

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

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

 a { background-color: rgb(40,80,130); }

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

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

 span { border-color: rgb(40,80,130); }

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