Shades of Curious Blue #2C83AE
Tints of Curious Blue #2C83AE
RGB
CMYK
RGB Variations
Color information
#2C83AE (or 0x2C83AE) is known color: Curious Blue. HEX triplet: 2C, 83 and AE. RGB value is (44,131,174). Sum of RGB (Red+Green+Blue) = 44+131+174=349 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.61% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 174 (68.36% from 255 or 49.86% from 349); Max value from RGB is 174 - color contains mainly: blue. Hex color #2C83AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C83AE is #D37C51. Grayscale: #6D6D6D. Windows color (decimal): -13859922 or 11436844. OLE color: 11436844.
HSL color Cylindrical-coordinate representation of color #2C83AE: hue angle of 199.85º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C83AE is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 44 | 131 | 174 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.32 |
| HSL | 199.85º | 0.6% | 0.43% | - |
| HSV(B) | 199.85º | 0.75% | 0.68% | - |
| XYZ | 16.79 | 19.82 | 42.99 | - |
| YUV | 109.89 | 164.18 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 131 | 174 | 0.75 | 0.25 | 0 | 0.32 | 199.85 | 0.6 | 0.43 |
| Hex | 2C | 83 | AE | 4B | 19 | 0 | 20 | C8 | 3C | 2B |
| Octal | 54 | 203 | 256 | 113 | 31 | 0 | 40 | 310 | 74 | 53 |
| Binary | 101100 | 10000011 | 10101110 | 1001011 | 11001 | 0 | 100000 | 11001000 | 111100 | 101011 |
Color Harmonies of #2C83AE
Complementary color
Monochromatic Colors of #2C83AE
Black with #2C83AE
Text Example
Text Example
White with #2C83AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C83AE; }
p { color: rgb(44,131,174); }
H1.HeaderClassName
{
color: #2C83AE;
}
.AnyTagClassName
{
color: #2C83AE;
}
</style>
background-color css
<style>
a { background-color: #2C83AE; }
a { background-color: rgb(44,131,174); }
div.DivClassName
{
background-color: #2C83AE;
}
.BgClassName
{
background-color: #2C83AE;
}
</style>
border-color css
<style>
span { border-color: #2C83AE; }
span { border-color: rgb(44,131,174); }
td.TdClassName
{
border-color: #2C83AE;
}
.TagClassName
{
border-color: #2C83AE;
}
</style>