#2E95AC

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

Shades of Pelorous #2E95AC

Tints of Pelorous #2E95AC

Color information

#2E95AC (or 0x2E95AC) is unknown color: approx Pelorous. HEX triplet: 2E, 95 and AC. RGB value is (46,149,172). Sum of RGB (Red+Green+Blue) = 46+149+172=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 172 (67.58% from 255 or 46.87% from 367); Max value from RGB is 172 - color contains mainly: blue. Hex color #2E95AC is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E95AC is #D16A53. Grayscale: #787878. Windows color (decimal): -13724244 or 11310382. OLE color: 11310382.

HSL color Cylindrical-coordinate representation of color #2E95AC: hue angle of 190.95º 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 #2E95AC is Cyan = 0.73, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB46149172-
CMYK0.730.1300.33
HSL190.95º57.8%42.75%-
HSV(B)190.95º73.26%67.45%-
XYZ19.3225.0542.85-
YUV120.82156.8874.63-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.53%
GREEN value IS 149 (58.59% from 255) = 40.60%
BLUE value IS 172 (67.58% from 255) = 46.87%
R=12.53%
G=40.60%
B=46.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461491720.730.1300.33190.9557.842.75
Hex2E95AC49D021bf3a2b
Octal56225254111150412777253
Binary101110100101011010110010010011101010000110111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E95AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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