#2E95AB

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

Shades of Pelorous #2E95AB

Tints of Pelorous #2E95AB

Color information

#2E95AB (or 0x2E95AB) is unknown color: approx Pelorous. HEX triplet: 2E, 95 and AB. RGB value is (46,149,171). Sum of RGB (Red+Green+Blue) = 46+149+171=366 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.57% from 366); Green value is 149 (58.59% from 255 or 40.71% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #2E95AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E95AB is #D16A54. Grayscale: #787878. Windows color (decimal): -13724245 or 11244846. OLE color: 11244846.

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

Color convert

RGB46149171-
CMYK0.730.1300.33
HSL190.56º57.6%42.55%-
HSV(B)190.56º73.1%67.06%-
XYZ19.2225.0242.34-
YUV120.71156.3874.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.57%
GREEN value IS 149 (58.59% from 255) = 40.71%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=12.57%
G=40.71%
B=46.72%

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
Decimal461491710.730.1300.33190.5657.642.55
Hex2E95AB49D021bf3a2b
Octal56225253111150412777253
Binary101110100101011010101110010011101010000110111111111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E95AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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