#284F87

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

Shades of St Tropaz #284F87

Tints of St Tropaz #284F87

Color information

#284F87 (or 0x284F87) is unknown color: approx St Tropaz. HEX triplet: 28, 4F and 87. RGB value is (40,79,135). Sum of RGB (Red+Green+Blue) = 40+79+135=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 79 (31.25% from 255 or 31.10% from 254); Blue value is 135 (53.12% from 255 or 53.15% from 254); Max value from RGB is 135 - color contains mainly: blue. Hex color #284F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F87 is #D7B078. Grayscale: #494949. Windows color (decimal): -14135417 or 8867624. OLE color: 8867624.

HSL color Cylindrical-coordinate representation of color #284F87: hue angle of 215.37º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284F87 is Cyan = 0.70, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB4079135-
CMYK0.700.4100.47
HSL215.37º54.29%34.31%-
HSV(B)215.37º70.37%52.94%-
XYZ8.047.7924-
YUV73.72162.58103.95-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.75%
GREEN value IS 79 (31.25% from 255) = 31.10%
BLUE value IS 135 (53.12% from 255) = 53.15%
R=15.75%
G=31.10%
B=53.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal40791350.700.4100.47215.3754.2934.31
Hex284F87462902Fd73622
Octal50117207106510573276642
Binary1010001001111100001111000110101001010111111010111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284F87; }

 p { color: rgb(40,79,135); }

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

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

 a { background-color: rgb(40,79,135); }

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

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

 span { border-color: rgb(40,79,135); }

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