#2F93BF

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

Shades of Pelorous #2F93BF

Tints of Pelorous #2F93BF

Color information

#2F93BF (or 0x2F93BF) is unknown color: approx Pelorous. HEX triplet: 2F, 93 and BF. RGB value is (47,147,191). Sum of RGB (Red+Green+Blue) = 47+147+191=385 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.21% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F93BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F93BF is #D06C40. Grayscale: #797979. Windows color (decimal): -13659201 or 12555055. OLE color: 12555055.

HSL color Cylindrical-coordinate representation of color #2F93BF: hue angle of 198.33º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F93BF is Cyan = 0.75, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB47147191-
CMYK0.750.2300.25
HSL198.33º60.5%46.67%-
HSV(B)198.33º75.39%74.9%-
XYZ21.0125.2353.05-
YUV122.12166.8774.42-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.21%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 191 (75% from 255) = 49.61%
R=12.21%
G=38.18%
B=49.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471471910.750.2300.25198.3360.546.67
Hex2F93BF4B17019c63d2f
Octal57223277113270313067557
Binary101111100100111011111110010111011101100111000110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F93BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,147,191); }

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

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

 a { background-color: rgb(47,147,191); }

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

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

 span { border-color: rgb(47,147,191); }

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