#2E9CBA

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

Shades of Pelorous #2E9CBA

Tints of Pelorous #2E9CBA

Color information

#2E9CBA (or 0x2E9CBA) is unknown color: approx Pelorous. HEX triplet: 2E, 9C and BA. RGB value is (46,156,186). Sum of RGB (Red+Green+Blue) = 46+156+186=388 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.86% from 388); Green value is 156 (61.33% from 255 or 40.21% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9CBA is #D16345. Grayscale: #7E7E7E. Windows color (decimal): -13722438 or 12229678. OLE color: 12229678.

HSL color Cylindrical-coordinate representation of color #2E9CBA: hue angle of 192.86º 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 #2E9CBA is Cyan = 0.75, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB46156186-
CMYK0.750.1600.27
HSL192.86º60.34%45.49%-
HSV(B)192.86º75.27%72.94%-
XYZ21.8827.950.69-
YUV126.53161.5670.56-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.86%
GREEN value IS 156 (61.33% from 255) = 40.21%
BLUE value IS 186 (73.05% from 255) = 47.94%
R=11.86%
G=40.21%
B=47.94%

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
Decimal461561860.750.1600.27192.8660.3445.49
Hex2E9CBA4B1001Bc13c2d
Octal56234272113200333017455
Binary101110100111001011101010010111000001101111000001111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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