#284E7C

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

Shades of St Tropaz #284E7C

Tints of St Tropaz #284E7C

Color information

#284E7C (or 0x284E7C) is unknown color: approx St Tropaz. HEX triplet: 28, 4E and 7C. RGB value is (40,78,124). Sum of RGB (Red+Green+Blue) = 40+78+124=242 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.53% from 242); Green value is 78 (30.86% from 255 or 32.23% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #284E7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7C is #D7B183. Grayscale: #474747. Windows color (decimal): -14135684 or 8146472. OLE color: 8146472.

HSL color Cylindrical-coordinate representation of color #284E7C: hue angle of 212.86º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #284E7C is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4078124-
CMYK0.680.3700.51
HSL212.86º51.22%32.16%-
HSV(B)212.86º67.74%48.63%-
XYZ7.247.3620.11-
YUV71.88157.41105.26-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.53%
GREEN value IS 78 (30.86% from 255) = 32.23%
BLUE value IS 124 (48.83% from 255) = 51.24%
R=16.53%
G=32.23%
B=51.24%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40781240.680.3700.51212.8651.2232.16
Hex284E7C4425033d53320
Octal50116174104450633256340
Binary101000100111011111001000100100101011001111010101110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,78,124); }

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

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

 a { background-color: rgb(40,78,124); }

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

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

 span { border-color: rgb(40,78,124); }

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