#2E94BF

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

Shades of Pelorous #2E94BF

Tints of Pelorous #2E94BF

Color information

#2E94BF (or 0x2E94BF) is unknown color: approx Pelorous. HEX triplet: 2E, 94 and BF. RGB value is (46,148,191). Sum of RGB (Red+Green+Blue) = 46+148+191=385 (50% of max value = 765). Red value is 46 (18.36% from 255 or 11.95% from 385); Green value is 148 (58.20% from 255 or 38.44% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #2E94BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E94BF is #D16B40. Grayscale: #7A7A7A. Windows color (decimal): -13724481 or 12555310. OLE color: 12555310.

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

Color convert

RGB46148191-
CMYK0.760.2300.25
HSL197.79º61.18%46.47%-
HSV(B)197.79º75.92%74.9%-
XYZ21.1225.5253.1-
YUV122.4166.7173.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.95%
GREEN value IS 148 (58.20% from 255) = 38.44%
BLUE value IS 191 (75% from 255) = 49.61%
R=11.95%
G=38.44%
B=49.61%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal461481910.760.2300.25197.7961.1846.47
Hex2E94BF4C17019c63d2e
Octal56224277114270313067556
Binary101110100101001011111110011001011101100111000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E94BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,191); }

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

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

 a { background-color: rgb(46,148,191); }

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

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

 span { border-color: rgb(46,148,191); }

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