#284E7F

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

Shades of St Tropaz #284E7F

Tints of St Tropaz #284E7F

Color information

#284E7F (or 0x284E7F) is unknown color: approx St Tropaz. HEX triplet: 28, 4E and 7F. RGB value is (40,78,127). Sum of RGB (Red+Green+Blue) = 40+78+127=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 78 (30.86% from 255 or 31.84% from 245); Blue value is 127 (50% from 255 or 51.84% from 245); Max value from RGB is 127 - color contains mainly: blue. Hex color #284E7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284E7F is #D7B180. Grayscale: #474747. Windows color (decimal): -14135681 or 8343080. OLE color: 8343080.

HSL color Cylindrical-coordinate representation of color #284E7F: hue angle of 213.79º 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 #284E7F is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB4078127-
CMYK0.690.3900.50
HSL213.79º52.1%32.75%-
HSV(B)213.79º68.5%49.8%-
XYZ7.437.4321.12-
YUV72.22158.91105.02-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.33%
GREEN value IS 78 (30.86% from 255) = 31.84%
BLUE value IS 127 (50% from 255) = 51.84%
R=16.33%
G=31.84%
B=51.84%

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
Decimal40781270.690.3900.50213.7952.132.75
Hex284E7F4527032d63421
Octal50116177105470623266441
Binary101000100111011111111000101100111011001011010110110100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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