#285083

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

Shades of St Tropaz #285083

Tints of St Tropaz #285083

Color information

#285083 (or 0x285083) is unknown color: approx St Tropaz. HEX triplet: 28, 50 and 83. RGB value is (40,80,131). Sum of RGB (Red+Green+Blue) = 40+80+131=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 131 (51.56% from 255 or 52.19% from 251); Max value from RGB is 131 - color contains mainly: blue. Hex color #285083 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285083 is #D7AF7C. Grayscale: #494949. Windows color (decimal): -14135165 or 8605736. OLE color: 8605736.

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

Color convert

RGB4080131-
CMYK0.690.3900.49
HSL213.63º53.22%33.53%-
HSV(B)213.63º69.47%51.37%-
XYZ7.847.8322.57-
YUV73.85160.25103.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 80 (31.64% from 255) = 31.87%
BLUE value IS 131 (51.56% from 255) = 52.19%
R=15.94%
G=31.87%
B=52.19%

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
Decimal40801310.690.3900.49213.6353.2233.53
Hex2850834527031d63522
Octal50120203105470613266542
Binary1010001010000100000111000101100111011000111010110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285083; }

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

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

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

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

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

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

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

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