#2F89B1

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

Shades of Curious Blue #2F89B1

Tints of Curious Blue #2F89B1

Color information

#2F89B1 (or 0x2F89B1) is unknown color: approx Curious Blue. HEX triplet: 2F, 89 and B1. RGB value is (47,137,177). Sum of RGB (Red+Green+Blue) = 47+137+177=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 137 (53.91% from 255 or 37.95% from 361); Blue value is 177 (69.53% from 255 or 49.03% from 361); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F89B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F89B1 is #D0764E. Grayscale: #727272. Windows color (decimal): -13661775 or 11634991. OLE color: 11634991.

HSL color Cylindrical-coordinate representation of color #2F89B1: hue angle of 198.46º 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 #2F89B1 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB47137177-
CMYK0.730.2300.31
HSL198.46º58.04%43.92%-
HSV(B)198.46º73.45%69.41%-
XYZ18.0521.6744.83-
YUV114.65163.1879.75-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.02%
GREEN value IS 137 (53.91% from 255) = 37.95%
BLUE value IS 177 (69.53% from 255) = 49.03%
R=13.02%
G=37.95%
B=49.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471371770.730.2300.31198.4658.0443.92
Hex2F89B1491701Fc63a2c
Octal57211261111270373067254
Binary101111100010011011000110010011011101111111000110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F89B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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