#2F81BF

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

Shades of Curious Blue #2F81BF

Tints of Curious Blue #2F81BF

Color information

#2F81BF (or 0x2F81BF) is unknown color: approx Curious Blue. HEX triplet: 2F, 81 and BF. RGB value is (47,129,191). Sum of RGB (Red+Green+Blue) = 47+129+191=367 (48% of max value = 765). Red value is 47 (18.75% from 255 or 12.81% from 367); Green value is 129 (50.78% from 255 or 35.15% from 367); Blue value is 191 (75% from 255 or 52.04% from 367); Max value from RGB is 191 - color contains mainly: blue. Hex color #2F81BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F81BF is #D07E40. Grayscale: #6F6F6F. Windows color (decimal): -13663809 or 12550447. OLE color: 12550447.

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

Color convert

RGB47129191-
CMYK0.750.3200.25
HSL205.83º60.5%46.67%-
HSV(B)205.83º75.39%74.9%-
XYZ18.4320.0752.19-
YUV111.55172.8381.96-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.81%
GREEN value IS 129 (50.78% from 255) = 35.15%
BLUE value IS 191 (75% from 255) = 52.04%
R=12.81%
G=35.15%
B=52.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal471291910.750.3200.25205.8360.546.67
Hex2F81BF4B20019ce3d2f
Octal57201277113400313167557
Binary1011111000000110111111100101110000001100111001110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F81BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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