Shades of Curious Blue #2A88BC
Tints of Curious Blue #2A88BC
RGB
CMYK
RGB Variations
Color information
#2A88BC (or 0x2A88BC) is known color: Curious Blue. HEX triplet: 2A, 88 and BC. RGB value is (42,136,188). Sum of RGB (Red+Green+Blue) = 42+136+188=366 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.48% from 366); Green value is 136 (53.52% from 255 or 37.16% from 366); Blue value is 188 (73.83% from 255 or 51.37% from 366); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A88BC is #D57743. Grayscale: #717171. Windows color (decimal): -13989700 or 12355626. OLE color: 12355626.
HSL color Cylindrical-coordinate representation of color #2A88BC: hue angle of 201.37º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A88BC is Cyan = 0.78, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 136 | 188 | - |
| CMYK | 0.78 | 0.28 | 0 | 0.26 |
| HSL | 201.37º | 0.63% | 0.45% | - |
| HSV(B) | 201.37º | 0.78% | 0.74% | - |
| XYZ | 18.84 | 21.73 | 50.78 | - |
| YUV | 113.82 | 169.86 | 76.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 136 | 188 | 0.78 | 0.28 | 0 | 0.26 | 201.37 | 0.63 | 0.45 |
| Hex | 2A | 88 | BC | 4E | 1C | 0 | 1A | C9 | 3F | 2D |
| Octal | 52 | 210 | 274 | 116 | 34 | 0 | 32 | 311 | 77 | 55 |
| Binary | 101010 | 10001000 | 10111100 | 1001110 | 11100 | 0 | 11010 | 11001001 | 111111 | 101101 |
Color Harmonies of #2A88BC
Complementary color
Monochromatic Colors of #2A88BC
Black with #2A88BC
Text Example
Text Example
White with #2A88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A88BC; }
p { color: rgb(42,136,188); }
H1.HeaderClassName
{
color: #2A88BC;
}
.AnyTagClassName
{
color: #2A88BC;
}
</style>
background-color css
<style>
a { background-color: #2A88BC; }
a { background-color: rgb(42,136,188); }
div.DivClassName
{
background-color: #2A88BC;
}
.BgClassName
{
background-color: #2A88BC;
}
</style>
border-color css
<style>
span { border-color: #2A88BC; }
span { border-color: rgb(42,136,188); }
td.TdClassName
{
border-color: #2A88BC;
}
.TagClassName
{
border-color: #2A88BC;
}
</style>