#2F81B1

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

Shades of Curious Blue #2F81B1

Tints of Curious Blue #2F81B1

Color information

#2F81B1 (or 0x2F81B1) is unknown color: approx Curious Blue. HEX triplet: 2F, 81 and B1. RGB value is (47,129,177). Sum of RGB (Red+Green+Blue) = 47+129+177=353 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.31% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 177 (69.53% from 255 or 50.14% from 353); Max value from RGB is 177 - color contains mainly: blue. Hex color #2F81B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F81B1 is #D07E4E. Grayscale: #6D6D6D. Windows color (decimal): -13663823 or 11632943. OLE color: 11632943.

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

Color convert

RGB47129177-
CMYK0.730.2700.31
HSL202.15º58.04%43.92%-
HSV(B)202.15º73.45%69.41%-
XYZ16.9619.4844.46-
YUV109.95165.8383.1-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.31%
GREEN value IS 129 (50.78% from 255) = 36.54%
BLUE value IS 177 (69.53% from 255) = 50.14%
R=13.31%
G=36.54%
B=50.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal471291770.730.2700.31202.1558.0443.92
Hex2F81B1491B01Fca3a2c
Octal57201261111330373127254
Binary101111100000011011000110010011101101111111001010111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F81B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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