#2E91BD

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

Shades of Pelorous #2E91BD

Tints of Pelorous #2E91BD

Color information

#2E91BD (or 0x2E91BD) is unknown color: approx Pelorous. HEX triplet: 2E, 91 and BD. RGB value is (46,145,189). Sum of RGB (Red+Green+Blue) = 46+145+189=380 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.11% from 380); Green value is 145 (57.03% from 255 or 38.16% from 380); Blue value is 189 (74.22% from 255 or 49.74% from 380); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E91BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E91BD is #D16E42. Grayscale: #787878. Windows color (decimal): -13725251 or 12423470. OLE color: 12423470.

HSL color Cylindrical-coordinate representation of color #2E91BD: hue angle of 198.46º 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 #2E91BD is Cyan = 0.76, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB46145189-
CMYK0.760.2300.26
HSL198.46º60.85%46.08%-
HSV(B)198.46º75.66%74.12%-
XYZ20.4424.5151.8-
YUV120.42166.774.92-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.11%
GREEN value IS 145 (57.03% from 255) = 38.16%
BLUE value IS 189 (74.22% from 255) = 49.74%
R=12.11%
G=38.16%
B=49.74%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461451890.760.2300.26198.4660.8546.08
Hex2E91BD4C1701Ac63d2e
Octal56221275114270323067556
Binary101110100100011011110110011001011101101011000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E91BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,145,189); }

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

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

 a { background-color: rgb(46,145,189); }

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

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

 span { border-color: rgb(46,145,189); }

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