#2F97B9

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

Shades of Pelorous #2F97B9

Tints of Pelorous #2F97B9

Color information

#2F97B9 (or 0x2F97B9) is unknown color: approx Pelorous. HEX triplet: 2F, 97 and B9. RGB value is (47,151,185). Sum of RGB (Red+Green+Blue) = 47+151+185=383 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.27% from 383); Green value is 151 (59.38% from 255 or 39.43% from 383); Blue value is 185 (72.66% from 255 or 48.30% from 383); Max value from RGB is 185 - color contains mainly: blue. Hex color #2F97B9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F97B9 is #D06846. Grayscale: #7B7B7B. Windows color (decimal): -13658183 or 12162863. OLE color: 12162863.

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

Color convert

RGB47151185-
CMYK0.750.1800.27
HSL194.78º59.48%45.49%-
HSV(B)194.78º74.59%72.55%-
XYZ2126.2449.86-
YUV123.78162.5473.24-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.27%
GREEN value IS 151 (59.38% from 255) = 39.43%
BLUE value IS 185 (72.66% from 255) = 48.30%
R=12.27%
G=39.43%
B=48.30%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471511850.750.1800.27194.7859.4845.49
Hex2F97B94B1201Bc33b2d
Octal57227271113220333037355
Binary101111100101111011100110010111001001101111000011111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F97B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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