Shades of Curious Blue #2880AF
Tints of Curious Blue #2880AF
RGB
CMYK
RGB Variations
Color information
#2880AF (or 0x2880AF) is known color: Curious Blue. HEX triplet: 28, 80 and AF. RGB value is (40,128,175). Sum of RGB (Red+Green+Blue) = 40+128+175=343 (45% of max value = 765). Red value is 40 (16.02% from 255 or 11.66% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 175 (68.75% from 255 or 51.02% from 343); Max value from RGB is 175 - color contains mainly: blue. Hex color #2880AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2880AF is #D77F50. Grayscale: #6A6A6A. Windows color (decimal): -14122833 or 11501608. OLE color: 11501608.
HSL color Cylindrical-coordinate representation of color #2880AF: hue angle of 200.89º 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 #2880AF is Cyan = 0.77, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 128 | 175 | - |
| CMYK | 0.77 | 0.27 | 0 | 0.31 |
| HSL | 200.89º | 0.63% | 0.42% | - |
| HSV(B) | 200.89º | 0.77% | 0.69% | - |
| XYZ | 16.33 | 18.98 | 43.36 | - |
| YUV | 107.05 | 166.35 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 128 | 175 | 0.77 | 0.27 | 0 | 0.31 | 200.89 | 0.63 | 0.42 |
| Hex | 28 | 80 | AF | 4D | 1B | 0 | 1F | C9 | 3F | 2A |
| Octal | 50 | 200 | 257 | 115 | 33 | 0 | 37 | 311 | 77 | 52 |
| Binary | 101000 | 10000000 | 10101111 | 1001101 | 11011 | 0 | 11111 | 11001001 | 111111 | 101010 |
Color Harmonies of #2880AF
Complementary color
Monochromatic Colors of #2880AF
Black with #2880AF
Text Example
Text Example
White with #2880AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2880AF; }
p { color: rgb(40,128,175); }
H1.HeaderClassName
{
color: #2880AF;
}
.AnyTagClassName
{
color: #2880AF;
}
</style>
background-color css
<style>
a { background-color: #2880AF; }
a { background-color: rgb(40,128,175); }
div.DivClassName
{
background-color: #2880AF;
}
.BgClassName
{
background-color: #2880AF;
}
</style>
border-color css
<style>
span { border-color: #2880AF; }
span { border-color: rgb(40,128,175); }
td.TdClassName
{
border-color: #2880AF;
}
.TagClassName
{
border-color: #2880AF;
}
</style>