#2889B6

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

Shades of Pelorous #2889B6

Tints of Pelorous #2889B6

Color information

#2889B6 (or 0x2889B6) is unknown color: approx Pelorous. HEX triplet: 28, 89 and B6. RGB value is (40,137,182). Sum of RGB (Red+Green+Blue) = 40+137+182=359 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.14% from 359); Green value is 137 (53.91% from 255 or 38.16% from 359); Blue value is 182 (71.48% from 255 or 50.70% from 359); Max value from RGB is 182 - color contains mainly: blue. Hex color #2889B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2889B6 is #D77649. Grayscale: #707070. Windows color (decimal): -14120522 or 11962664. OLE color: 11962664.

HSL color Cylindrical-coordinate representation of color #2889B6: hue angle of 199.01º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2889B6 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB40137182-
CMYK0.780.2500.29
HSL199.01º63.96%43.53%-
HSV(B)199.01º78.02%71.37%-
XYZ18.2621.7247.49-
YUV113.13166.8675.84-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 11.14%
GREEN value IS 137 (53.91% from 255) = 38.16%
BLUE value IS 182 (71.48% from 255) = 50.70%
R=11.14%
G=38.16%
B=50.70%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal401371820.780.2500.29199.0163.9643.53
Hex2889B64E1901Dc7402c
Octal502112661163103530710054
Binary1010001000100110110110100111011001011101110001111000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2889B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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