#286776

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

Shades of Allports #286776

Tints of Allports #286776

Color information

#286776 (or 0x286776) is unknown color: approx Allports. HEX triplet: 28, 67 and 76. RGB value is (40,103,118). Sum of RGB (Red+Green+Blue) = 40+103+118=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #286776 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #286776 is #D79889. Grayscale: #555555. Windows color (decimal): -14129290 or 7759656. OLE color: 7759656.

HSL color Cylindrical-coordinate representation of color #286776: hue angle of 191.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #286776 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB40103118-
CMYK0.660.1300.54
HSL191.54º49.37%30.98%-
HSV(B)191.54º66.1%46.27%-
XYZ911.4618.88-
YUV85.87146.1395.28-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.33%
GREEN value IS 103 (40.62% from 255) = 39.46%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=15.33%
G=39.46%
B=45.21%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal401031180.660.1300.54191.5449.3730.98
Hex28677642D036c0311f
Octal50147166102150663006137
Binary101000110011111101101000010110101101101100000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286776; }

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

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

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

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

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

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

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

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