#2F8FB9

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

Shades of Pelorous #2F8FB9

Tints of Pelorous #2F8FB9

Color information

#2F8FB9 (or 0x2F8FB9) is unknown color: approx Pelorous. HEX triplet: 2F, 8F and B9. RGB value is (47,143,185). Sum of RGB (Red+Green+Blue) = 47+143+185=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 143 (56.25% from 255 or 38.13% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F8FB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8FB9 is #D07046. Grayscale: #767676. Windows color (decimal): -13660231 or 12160815. OLE color: 12160815.

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

Color convert

RGB47143185-
CMYK0.750.2300.27
HSL198.26º59.48%45.49%-
HSV(B)198.26º74.59%72.55%-
XYZ19.7523.7549.44-
YUV119.08165.276.58-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.53%
GREEN value IS 143 (56.25% from 255) = 38.13%
BLUE value IS 185 (72.66% from 255) = 49.33%
R=12.53%
G=38.13%
B=49.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471431850.750.2300.27198.2659.4845.49
Hex2F8FB94B1701Bc63b2d
Octal57217271113270333067355
Binary101111100011111011100110010111011101101111000110111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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