#2F8BBA

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

Shades of Curious Blue #2F8BBA

Tints of Curious Blue #2F8BBA

Color information

#2F8BBA (or 0x2F8BBA) is unknown color: approx Curious Blue. HEX triplet: 2F, 8B and BA. RGB value is (47,139,186). Sum of RGB (Red+Green+Blue) = 47+139+186=372 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.63% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F8BBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F8BBA is #D07445. Grayscale: #747474. Windows color (decimal): -13661254 or 12225327. OLE color: 12225327.

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

Color convert

RGB47139186-
CMYK0.750.2500.27
HSL200.29º59.66%45.69%-
HSV(B)200.29º74.73%72.94%-
XYZ19.2722.6149.8-
YUV116.85167.0278.18-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.63%
GREEN value IS 139 (54.69% from 255) = 37.37%
BLUE value IS 186 (73.05% from 255) = 50%
R=12.63%
G=37.37%
B=50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471391860.750.2500.27200.2959.6645.69
Hex2F8BBA4B1901Bc83c2e
Octal57213272113310333107456
Binary101111100010111011101010010111100101101111001000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,139,186); }

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

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

 a { background-color: rgb(47,139,186); }

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

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

 span { border-color: rgb(47,139,186); }

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