#2E98BF

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

Shades of Pelorous #2E98BF

Tints of Pelorous #2E98BF

Color information

#2E98BF (or 0x2E98BF) is unknown color: approx Pelorous. HEX triplet: 2E, 98 and BF. RGB value is (46,152,191). Sum of RGB (Red+Green+Blue) = 46+152+191=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 152 (59.77% from 255 or 39.07% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E98BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E98BF is #D16740. Grayscale: #7C7C7C. Windows color (decimal): -13723457 or 12556334. OLE color: 12556334.

HSL color Cylindrical-coordinate representation of color #2E98BF: hue angle of 196.14º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E98BF is Cyan = 0.76, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46152191-
CMYK0.760.2000.25
HSL196.14º61.18%46.47%-
HSV(B)196.14º75.92%74.9%-
XYZ21.7626.853.32-
YUV124.75165.3871.83-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 152 (59.77% from 255) = 39.07%
BLUE value IS 191 (75% from 255) = 49.10%
R=11.83%
G=39.07%
B=49.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461521910.760.2000.25196.1461.1846.47
Hex2E98BF4C14019c43d2e
Octal56230277114240313047556
Binary101110100110001011111110011001010001100111000100111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E98BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E98BF; }

 p { color: rgb(46,152,191); }

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

<style>
 a { background-color: #2E98BF; }

 a { background-color: rgb(46,152,191); }

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

<style>
 span { border-color: #2E98BF; }

 span { border-color: rgb(46,152,191); }

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