#2898BE

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

Shades of Pelorous #2898BE

Tints of Pelorous #2898BE

Color information

#2898BE (or 0x2898BE) is unknown color: approx Pelorous. HEX triplet: 28, 98 and BE. RGB value is (40,152,190). Sum of RGB (Red+Green+Blue) = 40+152+190=382 (50% of max value = 765). Red value is 40 (16.02% from 255 or 10.47% from 382); Green value is 152 (59.77% from 255 or 39.79% from 382); Blue value is 190 (74.61% from 255 or 49.74% from 382); Max value from RGB is 190 - color contains mainly: blue. Hex color #2898BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2898BE is #D76741. Grayscale: #7A7A7A. Windows color (decimal): -14116674 or 12490792. OLE color: 12490792.

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

Color convert

RGB40152190-
CMYK0.790.200.25
HSL195.2º65.22%45.1%-
HSV(B)195.2º78.95%74.51%-
XYZ21.426.6352.73-
YUV122.84165.8968.91-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 10.47%
GREEN value IS 152 (59.77% from 255) = 39.79%
BLUE value IS 190 (74.61% from 255) = 49.74%
R=10.47%
G=39.79%
B=49.74%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal401521900.790.200.25195.265.2245.1
Hex2898BE4F14019c3412d
Octal502302761172403130310155
Binary1010001001100010111110100111110100011001110000111000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2898BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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