#2E92BB

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

Shades of Pelorous #2E92BB

Tints of Pelorous #2E92BB

Color information

#2E92BB (or 0x2E92BB) is unknown color: approx Pelorous. HEX triplet: 2E, 92 and BB. RGB value is (46,146,187). Sum of RGB (Red+Green+Blue) = 46+146+187=379 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.14% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 187 (73.44% from 255 or 49.34% from 379); Max value from RGB is 187 - color contains mainly: blue. Hex color #2E92BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2E92BB is #D16D44. Grayscale: #787878. Windows color (decimal): -13724997 or 12292654. OLE color: 12292654.

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

Color convert

RGB46146187-
CMYK0.750.2200.27
HSL197.45º60.52%45.69%-
HSV(B)197.45º75.4%73.33%-
XYZ20.3824.7350.71-
YUV120.77165.3774.67-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.14%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 187 (73.44% from 255) = 49.34%
R=12.14%
G=38.52%
B=49.34%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal461461870.750.2200.27197.4560.5245.69
Hex2E92BB4B1601Bc53d2e
Octal56222273113260333057556
Binary101110100100101011101110010111011001101111000101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E92BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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