#287687

Color #287687 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #287687

Tints of Allports #287687

Color information

#287687 (or 0x287687) is unknown color: approx Allports. HEX triplet: 28, 76 and 87. RGB value is (40,118,135). Sum of RGB (Red+Green+Blue) = 40+118+135=293 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.65% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 135 - color contains mainly: blue. Hex color #287687 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287687 is #D78978. Grayscale: #606060. Windows color (decimal): -14125433 or 8877608. OLE color: 8877608.

HSL color Cylindrical-coordinate representation of color #287687: hue angle of 190.74º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #287687 is Cyan = 0.70, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40118135-
CMYK0.700.1300.47
HSL190.74º54.29%34.31%-
HSV(B)190.74º70.37%52.94%-
XYZ11.7315.1625.23-
YUV96.62149.6687.62-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.65%
GREEN value IS 118 (46.48% from 255) = 40.27%
BLUE value IS 135 (53.12% from 255) = 46.08%
R=13.65%
G=40.27%
B=46.08%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401181350.700.1300.47190.7454.2934.31
Hex28768746D02Fbf3622
Octal50166207106150572776642
Binary10100011101101000011110001101101010111110111111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287687; }

 p { color: rgb(40,118,135); }

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

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

 a { background-color: rgb(40,118,135); }

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

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

 span { border-color: rgb(40,118,135); }

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