#287688

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

Shades of Allports #287688

Tints of Allports #287688

Color information

#287688 (or 0x287688) is unknown color: approx Allports. HEX triplet: 28, 76 and 88. RGB value is (40,118,136). Sum of RGB (Red+Green+Blue) = 40+118+136=294 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.61% from 294); Green value is 118 (46.48% from 255 or 40.14% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 136 - color contains mainly: blue. Hex color #287688 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287688 is #D78977. Grayscale: #606060. Windows color (decimal): -14125432 or 8943144. OLE color: 8943144.

HSL color Cylindrical-coordinate representation of color #287688: hue angle of 191.25º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #287688 is Cyan = 0.71, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB40118136-
CMYK0.710.1300.47
HSL191.25º54.55%34.51%-
HSV(B)191.25º70.59%53.33%-
XYZ11.815.1925.6-
YUV96.73150.1687.54-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.61%
GREEN value IS 118 (46.48% from 255) = 40.14%
BLUE value IS 136 (53.52% from 255) = 46.26%
R=13.61%
G=40.14%
B=46.26%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal401181360.710.1300.47191.2554.5534.51
Hex28768847D02Fbf3723
Octal50166210107150572776743
Binary10100011101101000100010001111101010111110111111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287688; }

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

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

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

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

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

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

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

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