#285085

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

Shades of St Tropaz #285085

Tints of St Tropaz #285085

Color information

#285085 (or 0x285085) is unknown color: approx St Tropaz. HEX triplet: 28, 50 and 85. RGB value is (40,80,133). Sum of RGB (Red+Green+Blue) = 40+80+133=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 133 (52.34% from 255 or 52.57% from 253); Max value from RGB is 133 - color contains mainly: blue. Hex color #285085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285085 is #D7AF7A. Grayscale: #494949. Windows color (decimal): -14135163 or 8736808. OLE color: 8736808.

HSL color Cylindrical-coordinate representation of color #285085: hue angle of 214.19º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #285085 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4080133-
CMYK0.700.4000.48
HSL214.19º53.76%33.92%-
HSV(B)214.19º69.92%52.16%-
XYZ7.987.8823.29-
YUV74.08161.25103.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 133 (52.34% from 255) = 52.57%
R=15.81%
G=31.62%
B=52.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40801330.700.4000.48214.1953.7633.92
Hex2850854628030d63622
Octal50120205106500603266642
Binary1010001010000100001011000110101000011000011010110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285085; }

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

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

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

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

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

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

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

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