#2F96BB

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

Shades of Pelorous #2F96BB

Tints of Pelorous #2F96BB

Color information

#2F96BB (or 0x2F96BB) is unknown color: approx Pelorous. HEX triplet: 2F, 96 and BB. RGB value is (47,150,187). Sum of RGB (Red+Green+Blue) = 47+150+187=384 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.24% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #2F96BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F96BB is #D06944. Grayscale: #7B7B7B. Windows color (decimal): -13658437 or 12293679. OLE color: 12293679.

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

Color convert

RGB47150187-
CMYK0.750.2000.27
HSL195.86º59.83%45.88%-
HSV(B)195.86º74.87%73.33%-
XYZ21.052650.92-
YUV123.42163.8873.49-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.24%
GREEN value IS 150 (58.98% from 255) = 39.06%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=12.24%
G=39.06%
B=48.70%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471501870.750.2000.27195.8659.8345.88
Hex2F96BB4B1401Bc43c2e
Octal57226273113240333047456
Binary101111100101101011101110010111010001101111000100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F96BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,150,187); }

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

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

 a { background-color: rgb(47,150,187); }

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

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

 span { border-color: rgb(47,150,187); }

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