#2E9CB9

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

Shades of Pelorous #2E9CB9

Tints of Pelorous #2E9CB9

Color information

#2E9CB9 (or 0x2E9CB9) is unknown color: approx Pelorous. HEX triplet: 2E, 9C and B9. RGB value is (46,156,185). Sum of RGB (Red+Green+Blue) = 46+156+185=387 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.89% from 387); Green value is 156 (61.33% from 255 or 40.31% from 387); Blue value is 185 (72.66% from 255 or 47.80% from 387); Max value from RGB is 185 - color contains mainly: blue. Hex color #2E9CB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CB9 is #D16346. Grayscale: #7E7E7E. Windows color (decimal): -13722439 or 12164142. OLE color: 12164142.

HSL color Cylindrical-coordinate representation of color #2E9CB9: hue angle of 192.52º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2E9CB9 is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46156185-
CMYK0.750.1600.27
HSL192.52º60.17%45.29%-
HSV(B)192.52º75.14%72.55%-
XYZ21.7727.8650.13-
YUV126.42161.0670.64-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.89%
GREEN value IS 156 (61.33% from 255) = 40.31%
BLUE value IS 185 (72.66% from 255) = 47.80%
R=11.89%
G=40.31%
B=47.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461561850.750.1600.27192.5260.1745.29
Hex2E9CB94B1001Bc13c2d
Octal56234271113200333017455
Binary101110100111001011100110010111000001101111000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,156,185); }

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

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

 a { background-color: rgb(46,156,185); }

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

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

 span { border-color: rgb(46,156,185); }

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