#2E92AD

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

Shades of Pelorous #2E92AD

Tints of Pelorous #2E92AD

Color information

#2E92AD (or 0x2E92AD) is unknown color: approx Pelorous. HEX triplet: 2E, 92 and AD. RGB value is (46,146,173). Sum of RGB (Red+Green+Blue) = 46+146+173=365 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.60% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #2E92AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E92AD is #D16D52. Grayscale: #767676. Windows color (decimal): -13725011 or 11375150. OLE color: 11375150.

HSL color Cylindrical-coordinate representation of color #2E92AD: hue angle of 192.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2E92AD is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB46146173-
CMYK0.730.1600.32
HSL192.76º57.99%42.94%-
HSV(B)192.76º73.41%67.84%-
XYZ18.9524.1643.2-
YUV119.18158.3775.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.60%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 173 (67.97% from 255) = 47.40%
R=12.60%
G=40%
B=47.40%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal461461730.730.1600.32192.7657.9942.94
Hex2E92AD4910020c13a2b
Octal56222255111200403017253
Binary1011101001001010101101100100110000010000011000001111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E92AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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