#284E81

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

Shades of St Tropaz #284E81

Tints of St Tropaz #284E81

Color information

#284E81 (or 0x284E81) is unknown color: approx St Tropaz. HEX triplet: 28, 4E and 81. RGB value is (40,78,129). Sum of RGB (Red+Green+Blue) = 40+78+129=247 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.19% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 129 (50.78% from 255 or 52.23% from 247); Max value from RGB is 129 - color contains mainly: blue. Hex color #284E81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #284E81 is #D7B17E. Grayscale: #484848. Windows color (decimal): -14135679 or 8474152. OLE color: 8474152.

HSL color Cylindrical-coordinate representation of color #284E81: hue angle of 214.38º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #284E81 is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4078129-
CMYK0.690.4000.49
HSL214.38º52.66%33.14%-
HSV(B)214.38º68.99%50.59%-
XYZ7.567.4821.82-
YUV72.45159.91104.85-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 16.19%
GREEN value IS 78 (30.86% from 255) = 31.58%
BLUE value IS 129 (50.78% from 255) = 52.23%
R=16.19%
G=31.58%
B=52.23%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40781290.690.4000.49214.3852.6633.14
Hex284E814528031d63521
Octal50116201105500613266541
Binary1010001001110100000011000101101000011000111010110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284E81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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