#286B83

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

Shades of Allports #286B83

Tints of Allports #286B83

Color information

#286B83 (or 0x286B83) is unknown color: approx Allports. HEX triplet: 28, 6B and 83. RGB value is (40,107,131). Sum of RGB (Red+Green+Blue) = 40+107+131=278 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.39% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #286B83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #286B83 is #D7947C. Grayscale: #595959. Windows color (decimal): -14128253 or 8612648. OLE color: 8612648.

HSL color Cylindrical-coordinate representation of color #286B83: hue angle of 195.82º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #286B83 is Cyan = 0.69, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB40107131-
CMYK0.690.1800.49
HSL195.82º53.22%33.53%-
HSV(B)195.82º69.47%51.37%-
XYZ10.2312.6123.37-
YUV89.7151.392.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.39%
GREEN value IS 107 (42.19% from 255) = 38.49%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=14.39%
G=38.49%
B=47.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal401071310.690.1800.49195.8253.2233.53
Hex286B834512031c43522
Octal50153203105220613046542
Binary101000110101110000011100010110010011000111000100110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #286B83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #286B83; }

 p { color: rgb(40,107,131); }

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

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

 a { background-color: rgb(40,107,131); }

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

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

 span { border-color: rgb(40,107,131); }

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