#2C86BA

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

Shades of Curious Blue #2C86BA

Tints of Curious Blue #2C86BA

Color information

#2C86BA (or 0x2C86BA) is unknown color: approx Curious Blue. HEX triplet: 2C, 86 and BA. RGB value is (44,134,186). Sum of RGB (Red+Green+Blue) = 44+134+186=364 (48% of max value = 765). Red value is 44 (17.58% from 255 or 12.09% from 364); Green value is 134 (52.73% from 255 or 36.81% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #2C86BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C86BA is #D37945. Grayscale: #707070. Windows color (decimal): -13859142 or 12224044. OLE color: 12224044.

HSL color Cylindrical-coordinate representation of color #2C86BA: hue angle of 201.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C86BA is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44134186-
CMYK0.760.2800.27
HSL201.97º61.74%45.1%-
HSV(B)201.97º76.34%72.94%-
XYZ18.4321.1349.56-
YUV113.02169.1878.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.09%
GREEN value IS 134 (52.73% from 255) = 36.81%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=12.09%
G=36.81%
B=51.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441341860.760.2800.27201.9761.7445.1
Hex2C86BA4C1C01Bca3e2d
Octal54206272114340333127655
Binary101100100001101011101010011001110001101111001010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C86BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,134,186); }

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

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

 a { background-color: rgb(44,134,186); }

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

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

 span { border-color: rgb(44,134,186); }

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