#2F8BB1

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

Shades of Curious Blue #2F8BB1

Tints of Curious Blue #2F8BB1

Color information

#2F8BB1 (or 0x2F8BB1) is unknown color: approx Curious Blue. HEX triplet: 2F, 8B and B1. RGB value is (47,139,177). Sum of RGB (Red+Green+Blue) = 47+139+177=363 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.95% from 363); Green value is 139 (54.69% from 255 or 38.29% from 363); Blue value is 177 (69.53% from 255 or 48.76% from 363); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F8BB1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F8BB1 is #D0744E. Grayscale: #737373. Windows color (decimal): -13661263 or 11635503. OLE color: 11635503.

HSL color Cylindrical-coordinate representation of color #2F8BB1: hue angle of 197.54º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F8BB1 is Cyan = 0.73, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB47139177-
CMYK0.730.2100.31
HSL197.54º58.04%43.92%-
HSV(B)197.54º73.45%69.41%-
XYZ18.3422.2444.92-
YUV115.82162.5278.91-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.95%
GREEN value IS 139 (54.69% from 255) = 38.29%
BLUE value IS 177 (69.53% from 255) = 48.76%
R=12.95%
G=38.29%
B=48.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471391770.730.2100.31197.5458.0443.92
Hex2F8BB1491501Fc63a2c
Octal57213261111250373067254
Binary101111100010111011000110010011010101111111000110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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