#2E90BC

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

Shades of Pelorous #2E90BC

Tints of Pelorous #2E90BC

Color information

#2E90BC (or 0x2E90BC) is unknown color: approx Pelorous. HEX triplet: 2E, 90 and BC. RGB value is (46,144,188). Sum of RGB (Red+Green+Blue) = 46+144+188=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 188 (73.83% from 255 or 49.74% from 378); Max value from RGB is 188 - color contains mainly: blue. Hex color #2E90BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E90BC is #D16F43. Grayscale: #777777. Windows color (decimal): -13725508 or 12357678. OLE color: 12357678.

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

Color convert

RGB46144188-
CMYK0.760.2300.26
HSL198.59º60.68%45.88%-
HSV(B)198.59º75.53%73.73%-
XYZ20.1824.1651.18-
YUV119.71166.5375.42-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.17%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 188 (73.83% from 255) = 49.74%
R=12.17%
G=38.10%
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
Decimal461441880.760.2300.26198.5960.6845.88
Hex2E90BC4C1701Ac73d2e
Octal56220274114270323077556
Binary101110100100001011110010011001011101101011000111111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E90BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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