Shades of Curious Blue #2882AF
Tints of Curious Blue #2882AF
RGB
CMYK
RGB Variations
Color information
#2882AF (or 0x2882AF) is known color: Curious Blue. HEX triplet: 28, 82 and AF. RGB value is (40,130,175). Sum of RGB (Red+Green+Blue) = 40+130+175=345 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.59% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 175 (68.75% from 255 or 50.72% from 345); Max value from RGB is 175 - color contains mainly: blue. Hex color #2882AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2882AF is #D77D50. Grayscale: #6B6B6B. Windows color (decimal): -14122321 or 11502120. OLE color: 11502120.
HSL color Cylindrical-coordinate representation of color #2882AF: hue angle of 200º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2882AF is Cyan = 0.77, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 130 | 175 | - |
| CMYK | 0.77 | 0.26 | 0 | 0.31 |
| HSL | 200º | 0.63% | 0.42% | - |
| HSV(B) | 200º | 0.77% | 0.69% | - |
| XYZ | 16.6 | 19.51 | 43.45 | - |
| YUV | 108.22 | 165.68 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 130 | 175 | 0.77 | 0.26 | 0 | 0.31 | 200 | 0.63 | 0.42 |
| Hex | 28 | 82 | AF | 4D | 1A | 0 | 1F | C8 | 3F | 2A |
| Octal | 50 | 202 | 257 | 115 | 32 | 0 | 37 | 310 | 77 | 52 |
| Binary | 101000 | 10000010 | 10101111 | 1001101 | 11010 | 0 | 11111 | 11001000 | 111111 | 101010 |
Color Harmonies of #2882AF
Complementary color
Monochromatic Colors of #2882AF
Black with #2882AF
Text Example
Text Example
White with #2882AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2882AF; }
p { color: rgb(40,130,175); }
H1.HeaderClassName
{
color: #2882AF;
}
.AnyTagClassName
{
color: #2882AF;
}
</style>
background-color css
<style>
a { background-color: #2882AF; }
a { background-color: rgb(40,130,175); }
div.DivClassName
{
background-color: #2882AF;
}
.BgClassName
{
background-color: #2882AF;
}
</style>
border-color css
<style>
span { border-color: #2882AF; }
span { border-color: rgb(40,130,175); }
td.TdClassName
{
border-color: #2882AF;
}
.TagClassName
{
border-color: #2882AF;
}
</style>