#2F72BA

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

Shades of Curious Blue #2F72BA

Tints of Curious Blue #2F72BA

Color information

#2F72BA (or 0x2F72BA) is unknown color: approx Curious Blue. HEX triplet: 2F, 72 and BA. RGB value is (47,114,186). Sum of RGB (Red+Green+Blue) = 47+114+186=347 (45% of max value = 765). Red value is 47 (18.75% from 255 or 13.54% from 347); Green value is 114 (44.92% from 255 or 32.85% from 347); Blue value is 186 (73.05% from 255 or 53.60% from 347); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F72BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2F72BA is #D08D45. Grayscale: #656565. Windows color (decimal): -13667654 or 12218927. OLE color: 12218927.

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

Color convert

RGB47114186-
CMYK0.750.3900.27
HSL211.08º59.66%45.69%-
HSV(B)211.08º74.73%72.94%-
XYZ16.0516.1848.73-
YUV102.17175.388.65-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 13.54%
GREEN value IS 114 (44.92% from 255) = 32.85%
BLUE value IS 186 (73.05% from 255) = 53.60%
R=13.54%
G=32.85%
B=53.60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal471141860.750.3900.27211.0859.6645.69
Hex2F72BA4B2701Bd33c2e
Octal57162272113470333237456
Binary101111111001010111010100101110011101101111010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F72BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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