Shades of Curious Blue #2C82B1
Tints of Curious Blue #2C82B1
RGB
CMYK
RGB Variations
Color information
#2C82B1 (or 0x2C82B1) is known color: Curious Blue. HEX triplet: 2C, 82 and B1. RGB value is (44,130,177). Sum of RGB (Red+Green+Blue) = 44+130+177=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 130 (51.17% from 255 or 37.04% from 351); Blue value is 177 (69.53% from 255 or 50.43% from 351); Max value from RGB is 177 - color contains mainly: blue. Hex color #2C82B1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C82B1 is #D37D4E. Grayscale: #6D6D6D. Windows color (decimal): -13860175 or 11633196. OLE color: 11633196.
HSL color Cylindrical-coordinate representation of color #2C82B1: hue angle of 201.2º 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 #2C82B1 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 130 | 177 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.31 |
| HSL | 201.2º | 0.6% | 0.43% | - |
| HSV(B) | 201.2º | 0.75% | 0.69% | - |
| XYZ | 16.96 | 19.68 | 44.5 | - |
| YUV | 109.64 | 166.01 | 81.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 130 | 177 | 0.75 | 0.27 | 0 | 0.31 | 201.2 | 0.6 | 0.43 |
| Hex | 2C | 82 | B1 | 4B | 1B | 0 | 1F | C9 | 3C | 2B |
| Octal | 54 | 202 | 261 | 113 | 33 | 0 | 37 | 311 | 74 | 53 |
| Binary | 101100 | 10000010 | 10110001 | 1001011 | 11011 | 0 | 11111 | 11001001 | 111100 | 101011 |
Color Harmonies of #2C82B1
Complementary color
Monochromatic Colors of #2C82B1
Black with #2C82B1
Text Example
Text Example
White with #2C82B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C82B1; }
p { color: rgb(44,130,177); }
H1.HeaderClassName
{
color: #2C82B1;
}
.AnyTagClassName
{
color: #2C82B1;
}
</style>
background-color css
<style>
a { background-color: #2C82B1; }
a { background-color: rgb(44,130,177); }
div.DivClassName
{
background-color: #2C82B1;
}
.BgClassName
{
background-color: #2C82B1;
}
</style>
border-color css
<style>
span { border-color: #2C82B1; }
span { border-color: rgb(44,130,177); }
td.TdClassName
{
border-color: #2C82B1;
}
.TagClassName
{
border-color: #2C82B1;
}
</style>