#2F9FB9

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

Shades of Pelorous #2F9FB9

Tints of Pelorous #2F9FB9

Color information

#2F9FB9 (or 0x2F9FB9) is unknown color: approx Pelorous. HEX triplet: 2F, 9F and B9. RGB value is (47,159,185). Sum of RGB (Red+Green+Blue) = 47+159+185=391 (51% of max value = 765). Red value is 47 (18.75% from 255 or 12.02% from 391); Green value is 159 (62.5% from 255 or 40.66% from 391); Blue value is 185 (72.66% from 255 or 47.31% from 391); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F9FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FB9 is #D06046. Grayscale: #808080. Windows color (decimal): -13656135 or 12164911. OLE color: 12164911.

HSL color Cylindrical-coordinate representation of color #2F9FB9: hue angle of 191.3º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F9FB9 is Cyan = 0.75, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47159185-
CMYK0.750.1400.27
HSL191.3º59.48%45.49%-
HSV(B)191.3º74.59%72.55%-
XYZ22.3328.950.3-
YUV128.48159.8969.89-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.02%
GREEN value IS 159 (62.5% from 255) = 40.66%
BLUE value IS 185 (72.66% from 255) = 47.31%
R=12.02%
G=40.66%
B=47.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471591850.750.1400.27191.359.4845.49
Hex2F9FB94BE01Bbf3b2d
Octal57237271113160332777355
Binary10111110011111101110011001011111001101110111111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,159,185); }

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

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

 a { background-color: rgb(47,159,185); }

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

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

 span { border-color: rgb(47,159,185); }

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