#287689

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

Shades of Allports #287689

Tints of Allports #287689

Color information

#287689 (or 0x287689) is unknown color: approx Allports. HEX triplet: 28, 76 and 89. RGB value is (40,118,137). Sum of RGB (Red+Green+Blue) = 40+118+137=295 (39% of max value = 765). Red value is 40 (16.02% from 255 or 13.56% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 137 (53.91% from 255 or 46.44% from 295); Max value from RGB is 137 - color contains mainly: blue. Hex color #287689 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #287689 is #D78976. Grayscale: #606060. Windows color (decimal): -14125431 or 9008680. OLE color: 9008680.

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

Color convert

RGB40118137-
CMYK0.710.1400.46
HSL191.75º54.8%34.71%-
HSV(B)191.75º70.8%53.73%-
XYZ11.8715.2125.98-
YUV96.84150.6687.46-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.56%
GREEN value IS 118 (46.48% from 255) = 40%
BLUE value IS 137 (53.91% from 255) = 46.44%
R=13.56%
G=40%
B=46.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal401181370.710.1400.46191.7554.834.71
Hex28768947E02Ec03723
Octal50166211107160563006743
Binary10100011101101000100110001111110010111011000000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #287689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #287689; }

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

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

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

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

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

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

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

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