#284D7F

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

Shades of St Tropaz #284D7F

Tints of St Tropaz #284D7F

Color information

#284D7F (or 0x284D7F) is unknown color: approx St Tropaz. HEX triplet: 28, 4D and 7F. RGB value is (40,77,127). Sum of RGB (Red+Green+Blue) = 40+77+127=244 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.39% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #284D7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D7F is #D7B280. Grayscale: #474747. Windows color (decimal): -14135937 or 8342824. OLE color: 8342824.

HSL color Cylindrical-coordinate representation of color #284D7F: hue angle of 214.48º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284D7F is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4077127-
CMYK0.690.3900.50
HSL214.48º52.1%32.75%-
HSV(B)214.48º68.5%49.8%-
XYZ7.367.2921.1-
YUV71.64159.24105.43-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.39%
GREEN value IS 77 (30.47% from 255) = 31.56%
BLUE value IS 127 (50% from 255) = 52.05%
R=16.39%
G=31.56%
B=52.05%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal40771270.690.3900.50214.4852.132.75
Hex284D7F4527032d63421
Octal50115177105470623266441
Binary101000100110111111111000101100111011001011010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,77,127); }

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

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

 a { background-color: rgb(40,77,127); }

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

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

 span { border-color: rgb(40,77,127); }

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