#2E9EBA

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

Shades of Pelorous #2E9EBA

Tints of Pelorous #2E9EBA

Color information

#2E9EBA (or 0x2E9EBA) is unknown color: approx Pelorous. HEX triplet: 2E, 9E and BA. RGB value is (46,158,186). Sum of RGB (Red+Green+Blue) = 46+158+186=390 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.79% from 390); Green value is 158 (62.11% from 255 or 40.51% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #2E9EBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9EBA is #D16145. Grayscale: #7F7F7F. Windows color (decimal): -13721926 or 12230190. OLE color: 12230190.

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

Color convert

RGB46158186-
CMYK0.750.1500.27
HSL192º60.34%45.49%-
HSV(B)192º75.27%72.94%-
XYZ22.2228.5850.8-
YUV127.7160.8969.72-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.79%
GREEN value IS 158 (62.11% from 255) = 40.51%
BLUE value IS 186 (73.05% from 255) = 47.69%
R=11.79%
G=40.51%
B=47.69%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461581860.750.1500.2719260.3445.49
Hex2E9EBA4BF01Bc03c2d
Octal56236272113170333007455
Binary10111010011110101110101001011111101101111000000111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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