#2C82B6

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

Shades of Curious Blue #2C82B6

Tints of Curious Blue #2C82B6

Color information

#2C82B6 (or 0x2C82B6) is unknown color: approx Curious Blue. HEX triplet: 2C, 82 and B6. RGB value is (44,130,182). Sum of RGB (Red+Green+Blue) = 44+130+182=356 (47% of max value = 765). Red value is 44 (17.58% from 255 or 12.36% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 182 (71.48% from 255 or 51.12% from 356); Max value from RGB is 182 - color contains mainly: blue. Hex color #2C82B6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2C82B6 is #D37D49. Grayscale: #6D6D6D. Windows color (decimal): -13860170 or 11960876. OLE color: 11960876.

HSL color Cylindrical-coordinate representation of color #2C82B6: hue angle of 202.61º 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 #2C82B6 is Cyan = 0.76, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB44130182-
CMYK0.760.2900.29
HSL202.61º61.06%44.31%-
HSV(B)202.61º75.82%71.37%-
XYZ17.4619.8847.17-
YUV110.21168.5180.77-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 12.36%
GREEN value IS 130 (51.17% from 255) = 36.52%
BLUE value IS 182 (71.48% from 255) = 51.12%
R=12.36%
G=36.52%
B=51.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal441301820.760.2900.29202.6161.0644.31
Hex2C82B64C1D01Dcb3d2c
Octal54202266114350353137554
Binary101100100000101011011010011001110101110111001011111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C82B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,130,182); }

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

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

 a { background-color: rgb(44,130,182); }

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

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

 span { border-color: rgb(44,130,182); }

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