#2886AF

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

Shades of Pelorous #2886AF

Tints of Pelorous #2886AF

Color information

#2886AF (or 0x2886AF) is unknown color: approx Pelorous. HEX triplet: 28, 86 and AF. RGB value is (40,134,175). Sum of RGB (Red+Green+Blue) = 40+134+175=349 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.46% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 175 (68.75% from 255 or 50.14% from 349); Max value from RGB is 175 - color contains mainly: blue. Hex color #2886AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2886AF is #D77950. Grayscale: #6E6E6E. Windows color (decimal): -14121297 or 11503144. OLE color: 11503144.

HSL color Cylindrical-coordinate representation of color #2886AF: hue angle of 198.22º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2886AF is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB40134175-
CMYK0.770.2300.31
HSL198.22º62.79%42.16%-
HSV(B)198.22º77.14%68.63%-
XYZ17.1420.643.63-
YUV110.57164.3677.67-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.46%
GREEN value IS 134 (52.73% from 255) = 38.40%
BLUE value IS 175 (68.75% from 255) = 50.14%
R=11.46%
G=38.40%
B=50.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401341750.770.2300.31198.2262.7942.16
Hex2886AF4D1701Fc63f2a
Octal50206257115270373067752
Binary101000100001101010111110011011011101111111000110111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2886AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2886AF; }

 p { color: rgb(40,134,175); }

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

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

 a { background-color: rgb(40,134,175); }

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

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

 span { border-color: rgb(40,134,175); }

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