Html Css Color HEX #2E97AA Pelorous

📋 copy color: '#2E97AA'

red 46 ◦ green 151 ◦ blue 170

#2E97AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pelorous #2E97AA

Tints of Pelorous #2E97AA

RGB

 RED value IS 46 (18.36% from 255) = 12.53%

 GREEN value IS 151 (59.38% from 255) = 41.14%

 BLUE value IS 170 (66.8% from 255) = 46.32%

R = 12.53%
G = 41.14%
B = 46.32%

CMYK

 C value IS 0.73

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2E97AA (or 0x2E97AA) is known color: Pelorous. HEX triplet: 2E, 97 and AA. RGB value is (46,151,170). Sum of RGB (Red+Green+Blue) = 46+151+170=367 (48% of max value = 765). Red value is 46 (18.36% from 255 or 12.53% from 367); Green value is 151 (59.38% from 255 or 41.14% from 367); Blue value is 170 (66.80% from 255 or 46.32% from 367); Max value from RGB is 170 - color contains mainly: blue. Hex color #2E97AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E97AA is #D16855. Grayscale: #797979. Windows color (decimal): -13723734 or 11179822. OLE color: 11179822.

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

Color convert

RGB 46 151 170 -
CMYK 0.73 0.11 0 0.33
HSL 189.19º 0.57% 0.42% -
HSV(B) 189.19º 0.73% 0.67% -
XYZ 19.45 25.62 41.95 -
YUV 121.77 155.21 73.96 -
System Red Green Blue C M Y K H S L
Decimal 46 151 170 0.73 0.11 0 0.33 189.19 0.57 0.42
Hex 2E 97 AA 49 B 0 21 BD 39 2A
Octal 56 227 252 111 13 0 41 275 71 52
Binary 101110 10010111 10101010 1001001 1011 0 100001 10111101 111001 101010

Color Harmonies of #2E97AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E97AA

Black with #2E97AA

Text Example


Text Example

White with #2E97AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2E97AA;
 }
 .AnyTagClassName
 {
   color: #2E97AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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