#2f89bf

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

Shades of Curious Blue #2F89BF

Tints of Curious Blue #2F89BF

Color information

#2F89BF (or 0x2F89BF) is unknown color: approx Curious Blue. HEX triplet: 2F, 89 and BF. RGB value is (47,137,191). Sum of RGB (Red+Green+Blue) = 47+137+191=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 137 (53.91% from 255 or 36.53% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F89BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F89BF is #D07640. Grayscale: #737373. Windows color (decimal): -13661761 or 12552495. OLE color: 12552495.

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

Color convert

RGB47137191-
CMYK0.750.2800.25
HSL202.5º60.5%46.67%-
HSV(B)202.5º75.39%74.9%-
XYZ19.5222.2652.56-
YUV116.25170.1878.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.53%
GREEN value IS 137 (53.91% from 255) = 36.53%
BLUE value IS 191 (75% from 255) = 50.93%
R=12.53%
G=36.53%
B=50.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471371910.750.2800.25202.560.546.67
Hex2F89BF4B1C019ca3d2f
Octal57211277113340313127557
Binary101111100010011011111110010111110001100111001010111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f89bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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