#2B94AF

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

Shades of Pelorous #2B94AF

Tints of Pelorous #2B94AF

Color information

#2B94AF (or 0x2B94AF) is unknown color: approx Pelorous. HEX triplet: 2B, 94 and AF. RGB value is (43,148,175). Sum of RGB (Red+Green+Blue) = 43+148+175=366 (48% of max value = 765). Red value is 43 (17.19% from 255 or 11.75% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 175 (68.75% from 255 or 47.81% from 366); Max value from RGB is 175 - color contains mainly: blue. Hex color #2B94AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2B94AF is #D46B50. Grayscale: #777777. Windows color (decimal): -13921105 or 11506731. OLE color: 11506731.

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

Color convert

RGB43148175-
CMYK0.750.1500.31
HSL192.27º60.55%42.75%-
HSV(B)192.27º75.43%68.63%-
XYZ19.3224.7944.32-
YUV119.68159.2173.3-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 11.75%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 175 (68.75% from 255) = 47.81%
R=11.75%
G=40.44%
B=47.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal431481750.750.1500.31192.2760.5542.75
Hex2B94AF4BF01Fc03d2b
Octal53224257113170373007553
Binary10101110010100101011111001011111101111111000000111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B94AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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