#2f81c3

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

Shades of Curious Blue #2F81C3

Tints of Curious Blue #2F81C3

Color information

#2F81C3 (or 0x2F81C3) is unknown color: approx Curious Blue. HEX triplet: 2F, 81 and C3. RGB value is (47,129,195). Sum of RGB (Red+Green+Blue) = 47+129+195=371 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.67% from 371); Green value is 129 (50.78% from 255 or 34.77% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #2F81C3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2F81C3 is #D07E3C. Grayscale: #6F6F6F. Windows color (decimal): -13663805 or 12812591. OLE color: 12812591.

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

Color convert

RGB47129195-
CMYK0.760.3400.24
HSL206.76º61.16%47.45%-
HSV(B)206.76º75.9%76.47%-
XYZ18.8720.2454.54-
YUV112.01174.8381.63-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 12.67%
GREEN value IS 129 (50.78% from 255) = 34.77%
BLUE value IS 195 (76.56% from 255) = 52.56%
R=12.67%
G=34.77%
B=52.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal471291950.760.3400.24206.7661.1647.45
Hex2F81C34C22018cf3d2f
Octal57201303114420303177557
Binary1011111000000111000011100110010001001100011001111111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2f81c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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