#2C86B0

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

Shades of Curious Blue #2C86B0

Tints of Curious Blue #2C86B0

Color information

#2C86B0 (or 0x2C86B0) is unknown color: approx Curious Blue. HEX triplet: 2C, 86 and B0. RGB value is (44,134,176). Sum of RGB (Red+Green+Blue) = 44+134+176=354 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.43% from 354); Green value is 134 (52.73% from 255 or 37.85% from 354); Blue value is 176 (69.14% from 255 or 49.72% from 354); Max value from RGB is 176 - color contains mainly: blue. Hex color #2C86B0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C86B0 is #D3794F. Grayscale: #6F6F6F. Windows color (decimal): -13859152 or 11568684. OLE color: 11568684.

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

Color convert

RGB44134176-
CMYK0.750.2400.31
HSL199.09º60%43.14%-
HSV(B)199.09º75%69.02%-
XYZ17.420.7244.16-
YUV111.88164.1879.58-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.43%
GREEN value IS 134 (52.73% from 255) = 37.85%
BLUE value IS 176 (69.14% from 255) = 49.72%
R=12.43%
G=37.85%
B=49.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal441341760.750.2400.31199.096043.14
Hex2C86B04B1801Fc73c2b
Octal54206260113300373077453
Binary101100100001101011000010010111100001111111000111111100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C86B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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