#2898BB

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

Shades of Pelorous #2898BB

Tints of Pelorous #2898BB

Color information

#2898BB (or 0x2898BB) is unknown color: approx Pelorous. HEX triplet: 28, 98 and BB. RGB value is (40,152,187). Sum of RGB (Red+Green+Blue) = 40+152+187=379 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.55% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #2898BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2898BB is #D76744. Grayscale: #7A7A7A. Windows color (decimal): -14116677 or 12294184. OLE color: 12294184.

HSL color Cylindrical-coordinate representation of color #2898BB: hue angle of 194.29º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2898BB is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB40152187-
CMYK0.790.1900.27
HSL194.29º64.76%44.51%-
HSV(B)194.29º78.61%73.33%-
XYZ21.0726.551.02-
YUV122.5164.3969.15-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.55%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=10.55%
G=40.11%
B=49.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal401521870.790.1900.27194.2964.7644.51
Hex2898BB4F1301Bc2412d
Octal502302731172303330210155
Binary1010001001100010111011100111110011011011110000101000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2898BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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