#2889AF

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

Shades of Pelorous #2889AF

Tints of Pelorous #2889AF

Color information

#2889AF (or 0x2889AF) is unknown color: approx Pelorous. HEX triplet: 28, 89 and AF. RGB value is (40,137,175). Sum of RGB (Red+Green+Blue) = 40+137+175=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 175 (68.75% from 255 or 49.72% from 352); Max value from RGB is 175 - color contains mainly: blue. Hex color #2889AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2889AF is #D77650. Grayscale: #707070. Windows color (decimal): -14120529 or 11503912. OLE color: 11503912.

HSL color Cylindrical-coordinate representation of color #2889AF: hue angle of 196.89º 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 #2889AF is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB40137175-
CMYK0.770.2200.31
HSL196.89º62.79%42.16%-
HSV(B)196.89º77.14%68.63%-
XYZ17.5621.4443.77-
YUV112.33163.3676.41-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.36%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 175 (68.75% from 255) = 49.72%
R=11.36%
G=38.92%
B=49.72%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401371750.770.2200.31196.8962.7942.16
Hex2889AF4D1601Fc53f2a
Octal50211257115260373057752
Binary101000100010011010111110011011011001111111000101111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2889AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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