#285081

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

Shades of St Tropaz #285081

Tints of St Tropaz #285081

Color information

#285081 (or 0x285081) is unknown color: approx St Tropaz. HEX triplet: 28, 50 and 81. RGB value is (40,80,129). Sum of RGB (Red+Green+Blue) = 40+80+129=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #285081 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285081 is #D7AF7E. Grayscale: #494949. Windows color (decimal): -14135167 or 8474664. OLE color: 8474664.

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

Color convert

RGB4080129-
CMYK0.690.3800.49
HSL213.03º52.66%33.14%-
HSV(B)213.03º68.99%50.59%-
XYZ7.717.7721.86-
YUV73.63159.25104.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.06%
GREEN value IS 80 (31.64% from 255) = 32.13%
BLUE value IS 129 (50.78% from 255) = 51.81%
R=16.06%
G=32.13%
B=51.81%

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
Decimal40801290.690.3800.49213.0352.6633.14
Hex2850814526031d53521
Octal50120201105460613256541
Binary1010001010000100000011000101100110011000111010101110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285081; }

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

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

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

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

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

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

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

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