#2898B1

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

Shades of Pelorous #2898B1

Tints of Pelorous #2898B1

Color information

#2898B1 (or 0x2898B1) is unknown color: approx Pelorous. HEX triplet: 28, 98 and B1. RGB value is (40,152,177). Sum of RGB (Red+Green+Blue) = 40+152+177=369 (48% of max value = 765). Red value is 40 (16.02% from 255 or 10.84% from 369); Green value is 152 (59.77% from 255 or 41.19% from 369); Blue value is 177 (69.53% from 255 or 47.97% from 369); Max value from RGB is 177 - color contains mainly: blue. Hex color #2898B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2898B1 is #D7674E. Grayscale: #797979. Windows color (decimal): -14116687 or 11638824. OLE color: 11638824.

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

Color convert

RGB40152177-
CMYK0.770.1400.31
HSL190.95º63.13%42.55%-
HSV(B)190.95º77.4%69.41%-
XYZ20.0426.0845.57-
YUV121.36159.3969.97-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.84%
GREEN value IS 152 (59.77% from 255) = 41.19%
BLUE value IS 177 (69.53% from 255) = 47.97%
R=10.84%
G=41.19%
B=47.97%

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
Decimal401521770.770.1400.31190.9563.1342.55
Hex2898B14DE01Fbf3f2b
Octal50230261115160372777753
Binary10100010011000101100011001101111001111110111111111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2898B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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