#2E9EAA

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

Shades of Pelorous #2E9EAA

Tints of Pelorous #2E9EAA

Color information

#2E9EAA (or 0x2E9EAA) is unknown color: approx Pelorous. HEX triplet: 2E, 9E and AA. RGB value is (46,158,170). Sum of RGB (Red+Green+Blue) = 46+158+170=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 158 (62.11% from 255 or 42.25% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E9EAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E9EAA is #D16155. Grayscale: #7D7D7D. Windows color (decimal): -13721942 or 11181614. OLE color: 11181614.

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

Color convert

RGB46158170-
CMYK0.730.0700.33
HSL185.81º57.41%42.35%-
HSV(B)185.81º72.94%66.67%-
XYZ20.6127.9442.34-
YUV125.88152.8971.02-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 158 (62.11% from 255) = 42.25%
BLUE value IS 170 (66.80% from 255) = 45.45%
R=12.30%
G=42.25%
B=45.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal461581700.730.0700.33185.8157.4142.35
Hex2E9EAA497021ba392a
Octal5623625211170412727152
Binary10111010011110101010101001001111010000110111010111001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E9EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,158,170); }

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

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

 a { background-color: rgb(46,158,170); }

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

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

 span { border-color: rgb(46,158,170); }

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