#2899B1

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

Shades of Pelorous #2899B1

Tints of Pelorous #2899B1

Color information

#2899B1 (or 0x2899B1) is unknown color: approx Pelorous. HEX triplet: 28, 99 and B1. RGB value is (40,153,177). Sum of RGB (Red+Green+Blue) = 40+153+177=370 (49% of max value = 765). Red value is 40 (16.02% from 255 or 10.81% from 370); Green value is 153 (60.16% from 255 or 41.35% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #2899B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2899B1 is #D7664E. Grayscale: #797979. Windows color (decimal): -14116431 or 11639080. OLE color: 11639080.

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

Color convert

RGB40153177-
CMYK0.770.1400.31
HSL190.51º63.13%42.55%-
HSV(B)190.51º77.4%69.41%-
XYZ20.226.4145.63-
YUV121.95159.0669.55-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.81%
GREEN value IS 153 (60.16% from 255) = 41.35%
BLUE value IS 177 (69.53% from 255) = 47.84%
R=10.81%
G=41.35%
B=47.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal401531770.770.1400.31190.5163.1342.55
Hex2899B14DE01Fbf3f2b
Octal50231261115160372777753
Binary10100010011001101100011001101111001111110111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2899B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2899B1; }

 p { color: rgb(40,153,177); }

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

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

 a { background-color: rgb(40,153,177); }

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

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

 span { border-color: rgb(40,153,177); }

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