#2E9BBC

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

Shades of Pelorous #2E9BBC

Tints of Pelorous #2E9BBC

Color information

#2E9BBC (or 0x2E9BBC) is unknown color: approx Pelorous. HEX triplet: 2E, 9B and BC. RGB value is (46,155,188). Sum of RGB (Red+Green+Blue) = 46+155+188=389 (51% of max value = 765). Red value is 46 (18.36% from 255 or 11.83% from 389); Green value is 155 (60.94% from 255 or 39.85% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E9BBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E9BBC is #D16443. Grayscale: #7D7D7D. Windows color (decimal): -13722692 or 12360494. OLE color: 12360494.

HSL color Cylindrical-coordinate representation of color #2E9BBC: hue angle of 193.94º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2E9BBC is Cyan = 0.76, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB46155188-
CMYK0.760.1800.26
HSL193.94º60.68%45.88%-
HSV(B)193.94º75.53%73.73%-
XYZ21.9327.6551.76-
YUV126.17162.8970.82-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.83%
GREEN value IS 155 (60.94% from 255) = 39.85%
BLUE value IS 188 (73.83% from 255) = 48.33%
R=11.83%
G=39.85%
B=48.33%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461551880.760.1800.26193.9460.6845.88
Hex2E9BBC4C1201Ac23d2e
Octal56233274114220323027556
Binary101110100110111011110010011001001001101011000010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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