#2EA5B1

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

Shades of Pelorous #2EA5B1

Tints of Pelorous #2EA5B1

Color information

#2EA5B1 (or 0x2EA5B1) is unknown color: approx Pelorous. HEX triplet: 2E, A5 and B1. RGB value is (46,165,177). Sum of RGB (Red+Green+Blue) = 46+165+177=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 165 (64.84% from 255 or 42.53% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #2EA5B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2EA5B1 is #D15A4E. Grayscale: #828282. Windows color (decimal): -13720143 or 11642158. OLE color: 11642158.

HSL color Cylindrical-coordinate representation of color #2EA5B1: hue angle of 185.5º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2EA5B1 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46165177-
CMYK0.740.0700.31
HSL185.5º58.74%43.73%-
HSV(B)185.5º74.01%69.41%-
XYZ22.5230.6746.33-
YUV130.79154.0867.52-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 165 (64.84% from 255) = 42.53%
BLUE value IS 177 (69.53% from 255) = 45.62%
R=11.86%
G=42.53%
B=45.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461651770.740.0700.31185.558.7443.73
Hex2EA5B14A701Fb93b2c
Octal5624526111270372717354
Binary1011101010010110110001100101011101111110111001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA5B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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