#2F81BA

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

Shades of Curious Blue #2F81BA

Tints of Curious Blue #2F81BA

Color information

#2F81BA (or 0x2F81BA) is unknown color: approx Curious Blue. HEX triplet: 2F, 81 and BA. RGB value is (47,129,186). Sum of RGB (Red+Green+Blue) = 47+129+186=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 186 (73.05% from 255 or 51.38% from 362); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F81BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F81BA is #D07E45. Grayscale: #6E6E6E. Windows color (decimal): -13663814 or 12222767. OLE color: 12222767.

HSL color Cylindrical-coordinate representation of color #2F81BA: hue angle of 204.6º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F81BA is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB47129186-
CMYK0.750.3100.27
HSL204.6º59.66%45.69%-
HSV(B)204.6º74.73%72.94%-
XYZ17.8919.8549.34-
YUV110.98170.3382.37-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.98%
GREEN value IS 129 (50.78% from 255) = 35.64%
BLUE value IS 186 (73.05% from 255) = 51.38%
R=12.98%
G=35.64%
B=51.38%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471291860.750.3100.27204.659.6645.69
Hex2F81BA4B1F01Bcd3c2e
Octal57201272113370333157456
Binary101111100000011011101010010111111101101111001101111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F81BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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