#284D7C

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

Shades of St Tropaz #284D7C

Tints of St Tropaz #284D7C

Color information

#284D7C (or 0x284D7C) is unknown color: approx St Tropaz. HEX triplet: 28, 4D and 7C. RGB value is (40,77,124). Sum of RGB (Red+Green+Blue) = 40+77+124=241 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.60% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #284D7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #284D7C is #D7B283. Grayscale: #474747. Windows color (decimal): -14135940 or 8146216. OLE color: 8146216.

HSL color Cylindrical-coordinate representation of color #284D7C: hue angle of 213.57º 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 #284D7C is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4077124-
CMYK0.680.3800.51
HSL213.57º51.22%32.16%-
HSV(B)213.57º67.74%48.63%-
XYZ7.177.2120.08-
YUV71.3157.74105.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.60%
GREEN value IS 77 (30.47% from 255) = 31.95%
BLUE value IS 124 (48.83% from 255) = 51.45%
R=16.60%
G=31.95%
B=51.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal40771240.680.3800.51213.5751.2232.16
Hex284D7C4426033d63320
Octal50115174104460633266340
Binary101000100110111111001000100100110011001111010110110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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