#2B97AB

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

Shades of Pelorous #2B97AB

Tints of Pelorous #2B97AB

Color information

#2B97AB (or 0x2B97AB) is unknown color: approx Pelorous. HEX triplet: 2B, 97 and AB. RGB value is (43,151,171). Sum of RGB (Red+Green+Blue) = 43+151+171=365 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.78% from 365); Green value is 151 (59.38% from 255 or 41.37% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #2B97AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B97AB is #D46854. Grayscale: #787878. Windows color (decimal): -13920341 or 11245355. OLE color: 11245355.

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

Color convert

RGB43151171-
CMYK0.750.1200.33
HSL189.38º59.81%41.96%-
HSV(B)189.38º74.85%67.06%-
XYZ19.4125.5942.44-
YUV120.99156.2272.37-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.78%
GREEN value IS 151 (59.38% from 255) = 41.37%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=11.78%
G=41.37%
B=46.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431511710.750.1200.33189.3859.8141.96
Hex2B97AB4BC021bd3c2a
Octal53227253113140412757452
Binary101011100101111010101110010111100010000110111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B97AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,151,171); }

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

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

 a { background-color: rgb(43,151,171); }

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

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

 span { border-color: rgb(43,151,171); }

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