#286771

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

Shades of Allports #286771

Tints of Allports #286771

Color information

#286771 (or 0x286771) is unknown color: approx Allports. HEX triplet: 28, 67 and 71. RGB value is (40,103,113). Sum of RGB (Red+Green+Blue) = 40+103+113=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #286771 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286771 is #D7988E. Grayscale: #555555. Windows color (decimal): -14129295 or 7431976. OLE color: 7431976.

HSL color Cylindrical-coordinate representation of color #286771: hue angle of 188.22º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #286771 is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB40103113-
CMYK0.650.0900.56
HSL188.22º47.71%30%-
HSV(B)188.22º64.6%44.31%-
XYZ8.7111.3417.35-
YUV85.3143.6395.69-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.62%
GREEN value IS 103 (40.62% from 255) = 40.23%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=15.62%
G=40.23%
B=44.14%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal401031130.650.0900.56188.2247.7130
Hex286771419038bc301e
Octal50147161101110702746036
Binary101000110011111100011000001100101110001011110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286771; }

 p { color: rgb(40,103,113); }

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

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

 a { background-color: rgb(40,103,113); }

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

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

 span { border-color: rgb(40,103,113); }

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