#2B98AF

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

Shades of Pelorous #2B98AF

Tints of Pelorous #2B98AF

Color information

#2B98AF (or 0x2B98AF) is unknown color: approx Pelorous. HEX triplet: 2B, 98 and AF. RGB value is (43,152,175). Sum of RGB (Red+Green+Blue) = 43+152+175=370 (49% of max value = 765). Red value is 43 (17.19% from 255 or 11.62% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B98AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B98AF is #D46750. Grayscale: #797979. Windows color (decimal): -13920081 or 11507755. OLE color: 11507755.

HSL color Cylindrical-coordinate representation of color #2B98AF: hue angle of 190.45º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B98AF is Cyan = 0.75, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB43152175-
CMYK0.750.1300.31
HSL190.45º60.55%42.75%-
HSV(B)190.45º75.43%68.63%-
XYZ19.9626.0744.54-
YUV122.03157.8971.63-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.62%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=11.62%
G=41.08%
B=47.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431521750.750.1300.31190.4560.5542.75
Hex2B98AF4BD01Fbe3d2b
Octal53230257113150372767553
Binary10101110011000101011111001011110101111110111110111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B98AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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