#2C86B4

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

Shades of Curious Blue #2C86B4

Tints of Curious Blue #2C86B4

Color information

#2C86B4 (or 0x2C86B4) is unknown color: approx Curious Blue. HEX triplet: 2C, 86 and B4. RGB value is (44,134,180). Sum of RGB (Red+Green+Blue) = 44+134+180=358 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.29% from 358); Green value is 134 (52.73% from 255 or 37.43% from 358); Blue value is 180 (70.70% from 255 or 50.28% from 358); Max value from RGB is 180 - color contains mainly: blue. Hex color #2C86B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C86B4 is #D3794B. Grayscale: #707070. Windows color (decimal): -13859148 or 11830828. OLE color: 11830828.

HSL color Cylindrical-coordinate representation of color #2C86B4: hue angle of 200.29º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2C86B4 is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB44134180-
CMYK0.760.2600.29
HSL200.29º60.71%43.92%-
HSV(B)200.29º75.56%70.59%-
XYZ17.820.8846.27-
YUV112.33166.1879.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.29%
GREEN value IS 134 (52.73% from 255) = 37.43%
BLUE value IS 180 (70.70% from 255) = 50.28%
R=12.29%
G=37.43%
B=50.28%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441341800.760.2600.29200.2960.7143.92
Hex2C86B44C1A01Dc83d2c
Octal54206264114320353107554
Binary101100100001101011010010011001101001110111001000111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C86B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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