#2E94AC

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

Shades of Pelorous #2E94AC

Tints of Pelorous #2E94AC

Color information

#2E94AC (or 0x2E94AC) is unknown color: approx Pelorous. HEX triplet: 2E, 94 and AC. RGB value is (46,148,172). Sum of RGB (Red+Green+Blue) = 46+148+172=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 172 (67.58% from 255 or 46.99% from 366); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E94AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E94AC is #D16B53. Grayscale: #787878. Windows color (decimal): -13724500 or 11310126. OLE color: 11310126.

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

Color convert

RGB46148172-
CMYK0.730.1400.33
HSL191.43º57.8%42.75%-
HSV(B)191.43º73.26%67.45%-
XYZ19.1624.7442.79-
YUV120.24157.2175.05-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 172 (67.58% from 255) = 46.99%
R=12.57%
G=40.44%
B=46.99%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461481720.730.1400.33191.4357.842.75
Hex2E94AC49E021bf3a2b
Octal56224254111160412777253
Binary101110100101001010110010010011110010000110111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E94AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,148,172); }

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

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

 a { background-color: rgb(46,148,172); }

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

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

 span { border-color: rgb(46,148,172); }

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