Shades of Curious Blue #2C84AF
Tints of Curious Blue #2C84AF
RGB
CMYK
RGB Variations
Color information
#2C84AF (or 0x2C84AF) is known color: Curious Blue. HEX triplet: 2C, 84 and AF. RGB value is (44,132,175). Sum of RGB (Red+Green+Blue) = 44+132+175=351 (46% of max value = 765). Red value is 44 (17.58% from 255 or 12.54% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #2C84AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2C84AF is #D37B50. Grayscale: #6E6E6E. Windows color (decimal): -13859665 or 11502636. OLE color: 11502636.
HSL color Cylindrical-coordinate representation of color #2C84AF: hue angle of 199.69º 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 #2C84AF is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 44 | 132 | 175 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.31 |
| HSL | 199.69º | 0.6% | 0.43% | - |
| HSV(B) | 199.69º | 0.75% | 0.69% | - |
| XYZ | 17.03 | 20.13 | 43.55 | - |
| YUV | 110.59 | 164.35 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 132 | 175 | 0.75 | 0.25 | 0 | 0.31 | 199.69 | 0.6 | 0.43 |
| Hex | 2C | 84 | AF | 4B | 19 | 0 | 1F | C8 | 3C | 2B |
| Octal | 54 | 204 | 257 | 113 | 31 | 0 | 37 | 310 | 74 | 53 |
| Binary | 101100 | 10000100 | 10101111 | 1001011 | 11001 | 0 | 11111 | 11001000 | 111100 | 101011 |
Color Harmonies of #2C84AF
Complementary color
Monochromatic Colors of #2C84AF
Black with #2C84AF
Text Example
Text Example
White with #2C84AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C84AF; }
p { color: rgb(44,132,175); }
H1.HeaderClassName
{
color: #2C84AF;
}
.AnyTagClassName
{
color: #2C84AF;
}
</style>
background-color css
<style>
a { background-color: #2C84AF; }
a { background-color: rgb(44,132,175); }
div.DivClassName
{
background-color: #2C84AF;
}
.BgClassName
{
background-color: #2C84AF;
}
</style>
border-color css
<style>
span { border-color: #2C84AF; }
span { border-color: rgb(44,132,175); }
td.TdClassName
{
border-color: #2C84AF;
}
.TagClassName
{
border-color: #2C84AF;
}
</style>