#284F84

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

Shades of St Tropaz #284F84

Tints of St Tropaz #284F84

Color information

#284F84 (or 0x284F84) is unknown color: approx St Tropaz. HEX triplet: 28, 4F and 84. RGB value is (40,79,132). Sum of RGB (Red+Green+Blue) = 40+79+132=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 79 (31.25% from 255 or 31.47% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #284F84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284F84 is #D7B07B. Grayscale: #494949. Windows color (decimal): -14135420 or 8671016. OLE color: 8671016.

HSL color Cylindrical-coordinate representation of color #284F84: hue angle of 214.57º 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 #284F84 is Cyan = 0.70, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB4079132-
CMYK0.700.4000.48
HSL214.57º53.49%33.73%-
HSV(B)214.57º69.7%51.76%-
XYZ7.847.7122.9-
YUV73.38161.08104.19-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.94%
GREEN value IS 79 (31.25% from 255) = 31.47%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=15.94%
G=31.47%
B=52.59%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal40791320.700.4000.48214.5753.4933.73
Hex284F844628030d73522
Octal50117204106500603276542
Binary1010001001111100001001000110101000011000011010111110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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