#2EA5BE

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

Shades of Pelorous #2EA5BE

Tints of Pelorous #2EA5BE

Color information

#2EA5BE (or 0x2EA5BE) is unknown color: approx Pelorous. HEX triplet: 2E, A5 and BE. RGB value is (46,165,190). Sum of RGB (Red+Green+Blue) = 46+165+190=401 (53% of max value = 765). Red value is 46 (18.36% from 255 or 11.47% from 401); Green value is 165 (64.84% from 255 or 41.15% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #2EA5BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA5BE is #D15A41. Grayscale: #848484. Windows color (decimal): -13720130 or 12494126. OLE color: 12494126.

HSL color Cylindrical-coordinate representation of color #2EA5BE: hue angle of 190.42º 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 #2EA5BE is Cyan = 0.76, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB46165190-
CMYK0.760.1300.25
HSL190.42º61.02%46.27%-
HSV(B)190.42º75.79%74.51%-
XYZ23.8831.2153.48-
YUV132.27160.5866.47-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.47%
GREEN value IS 165 (64.84% from 255) = 41.15%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=11.47%
G=41.15%
B=47.38%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461651900.760.1300.25190.4261.0246.27
Hex2EA5BE4CD019be3d2e
Octal56245276114150312767556
Binary10111010100101101111101001100110101100110111110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,165,190); }

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

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

 a { background-color: rgb(46,165,190); }

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

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

 span { border-color: rgb(46,165,190); }

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