#2E97B1

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

Shades of Pelorous #2E97B1

Tints of Pelorous #2E97B1

Color information

#2E97B1 (or 0x2E97B1) is unknown color: approx Pelorous. HEX triplet: 2E, 97 and B1. RGB value is (46,151,177). Sum of RGB (Red+Green+Blue) = 46+151+177=374 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.30% from 374); Green value is 151 (59.38% from 255 or 40.37% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #2E97B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2E97B1 is #D1684E. Grayscale: #7A7A7A. Windows color (decimal): -13723727 or 11638574. OLE color: 11638574.

HSL color Cylindrical-coordinate representation of color #2E97B1: hue angle of 191.91º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2E97B1 is Cyan = 0.74, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB46151177-
CMYK0.740.1500.31
HSL191.91º58.74%43.73%-
HSV(B)191.91º74.01%69.41%-
XYZ20.1325.8945.53-
YUV122.57158.7173.39-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 12.30%
GREEN value IS 151 (59.38% from 255) = 40.37%
BLUE value IS 177 (69.53% from 255) = 47.33%
R=12.30%
G=40.37%
B=47.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal461511770.740.1500.31191.9158.7443.73
Hex2E97B14AF01Fc03b2c
Octal56227261112170373007354
Binary10111010010111101100011001010111101111111000000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E97B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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