#2E90BD

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

Shades of Pelorous #2E90BD

Tints of Pelorous #2E90BD

Color information

#2E90BD (or 0x2E90BD) is unknown color: approx Pelorous. HEX triplet: 2E, 90 and BD. RGB value is (46,144,189). Sum of RGB (Red+Green+Blue) = 46+144+189=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 144 (56.64% from 255 or 37.99% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E90BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90BD is #D16F42. Grayscale: #777777. Windows color (decimal): -13725507 or 12423214. OLE color: 12423214.

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

Color convert

RGB46144189-
CMYK0.760.2400.26
HSL198.88º60.85%46.08%-
HSV(B)198.88º75.66%74.12%-
XYZ20.2924.251.75-
YUV119.83167.0375.34-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 144 (56.64% from 255) = 37.99%
BLUE value IS 189 (74.22% from 255) = 49.87%
R=12.14%
G=37.99%
B=49.87%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal461441890.760.2400.26198.8860.8546.08
Hex2E90BD4C1801Ac73d2e
Octal56220275114300323077556
Binary101110100100001011110110011001100001101011000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E90BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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