#284E84

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

Shades of St Tropaz #284E84

Tints of St Tropaz #284E84

Color information

#284E84 (or 0x284E84) is unknown color: approx St Tropaz. HEX triplet: 28, 4E and 84. RGB value is (40,78,132). Sum of RGB (Red+Green+Blue) = 40+78+132=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 78 (30.86% from 255 or 31.2% from 250); Blue value is 132 (51.95% from 255 or 52.8% from 250); Max value from RGB is 132 - color contains mainly: blue. Hex color #284E84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E84 is #D7B17B. Grayscale: #484848. Windows color (decimal): -14135676 or 8670760. OLE color: 8670760.

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

Color convert

RGB4078132-
CMYK0.700.4100.48
HSL215.22º53.49%33.73%-
HSV(B)215.22º69.7%51.76%-
XYZ7.767.5722.88-
YUV72.79161.41104.61-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16%
GREEN value IS 78 (30.86% from 255) = 31.2%
BLUE value IS 132 (51.95% from 255) = 52.8%
R=16%
G=31.2%
B=52.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40781320.700.4100.48215.2253.4933.73
Hex284E844629030d73522
Octal50116204106510603276542
Binary1010001001110100001001000110101001011000011010111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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