#2F9FBE

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

Shades of Pelorous #2F9FBE

Tints of Pelorous #2F9FBE

Color information

#2F9FBE (or 0x2F9FBE) is unknown color: approx Pelorous. HEX triplet: 2F, 9F and BE. RGB value is (47,159,190). Sum of RGB (Red+Green+Blue) = 47+159+190=396 (52% of max value = 765). Red value is 47 (18.75% from 255 or 11.87% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 190 (74.61% from 255 or 47.98% from 396); Max value from RGB is 190 - color contains mainly: blue. Hex color #2F9FBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F9FBE is #D06041. Grayscale: #808080. Windows color (decimal): -13656130 or 12492591. OLE color: 12492591.

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

Color convert

RGB47159190-
CMYK0.750.1600.25
HSL193.01º60.34%46.47%-
HSV(B)193.01º75.26%74.51%-
XYZ22.8629.1253.13-
YUV129.05162.3969.48-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 11.87%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 190 (74.61% from 255) = 47.98%
R=11.87%
G=40.15%
B=47.98%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471591900.750.1600.25193.0160.3446.47
Hex2F9FBE4B10019c13c2e
Octal57237276113200313017456
Binary101111100111111011111010010111000001100111000001111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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