#2E92BD

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

Shades of Pelorous #2E92BD

Tints of Pelorous #2E92BD

Color information

#2E92BD (or 0x2E92BD) is unknown color: approx Pelorous. HEX triplet: 2E, 92 and BD. RGB value is (46,146,189). Sum of RGB (Red+Green+Blue) = 46+146+189=381 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.07% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 189 (74.22% from 255 or 49.61% from 381); Max value from RGB is 189 - color contains mainly: blue. Hex color #2E92BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92BD is #D16D42. Grayscale: #787878. Windows color (decimal): -13724995 or 12423726. OLE color: 12423726.

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

Color convert

RGB46146189-
CMYK0.760.2300.26
HSL198.04º60.85%46.08%-
HSV(B)198.04º75.66%74.12%-
XYZ20.5924.8151.85-
YUV121166.3774.5-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.07%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 189 (74.22% from 255) = 49.61%
R=12.07%
G=38.32%
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.26
SystemRedGreenBlueCMYKHSL
Decimal461461890.760.2300.26198.0460.8546.08
Hex2E92BD4C1701Ac63d2e
Octal56222275114270323067556
Binary101110100100101011110110011001011101101011000110111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E92BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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