#2B98AB

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

Shades of Pelorous #2B98AB

Tints of Pelorous #2B98AB

Color information

#2B98AB (or 0x2B98AB) is unknown color: approx Pelorous. HEX triplet: 2B, 98 and AB. RGB value is (43,152,171). Sum of RGB (Red+Green+Blue) = 43+152+171=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 152 (59.77% from 255 or 41.53% 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 #2B98AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B98AB is #D46754. Grayscale: #797979. Windows color (decimal): -13920085 or 11245611. OLE color: 11245611.

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

Color convert

RGB43152171-
CMYK0.750.1100.33
HSL188.91º59.81%41.96%-
HSV(B)188.91º74.85%67.06%-
XYZ19.5825.9142.5-
YUV121.57155.8971.96-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.75%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 171 (67.19% from 255) = 46.72%
R=11.75%
G=41.53%
B=46.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal431521710.750.1100.33188.9159.8141.96
Hex2B98AB4BB021bd3c2a
Octal53230253113130412757452
Binary101011100110001010101110010111011010000110111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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