#2E9BB1

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

Shades of Pelorous #2E9BB1

Tints of Pelorous #2E9BB1

Color information

#2E9BB1 (or 0x2E9BB1) is unknown color: approx Pelorous. HEX triplet: 2E, 9B and B1. RGB value is (46,155,177). Sum of RGB (Red+Green+Blue) = 46+155+177=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 155 (60.94% from 255 or 41.01% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E9BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9BB1 is #D1644E. Grayscale: #7C7C7C. Windows color (decimal): -13722703 or 11639598. OLE color: 11639598.

HSL color Cylindrical-coordinate representation of color #2E9BB1: hue angle of 190.08º 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 #2E9BB1 is Cyan = 0.74, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46155177-
CMYK0.740.1200.31
HSL190.08º58.74%43.73%-
HSV(B)190.08º74.01%69.41%-
XYZ20.7827.245.75-
YUV124.92157.3971.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.17%
GREEN value IS 155 (60.94% from 255) = 41.01%
BLUE value IS 177 (69.53% from 255) = 46.83%
R=12.17%
G=41.01%
B=46.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461551770.740.1200.31190.0858.7443.73
Hex2E9BB14AC01Fbe3b2c
Octal56233261112140372767354
Binary10111010011011101100011001010110001111110111110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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