Shades of Curious Blue #298ABB
Tints of Curious Blue #298ABB
RGB
CMYK
RGB Variations
Color information
#298ABB (or 0x298ABB) is known color: Curious Blue. HEX triplet: 29, 8A and BB. RGB value is (41,138,187). Sum of RGB (Red+Green+Blue) = 41+138+187=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 138 (54.30% from 255 or 37.70% from 366); Blue value is 187 (73.44% from 255 or 51.09% from 366); Max value from RGB is 187 - color contains mainly: blue. Hex color #298ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ABB is #D67544. Grayscale: #727272. Windows color (decimal): -14054725 or 12290601. OLE color: 12290601.
HSL color Cylindrical-coordinate representation of color #298ABB: hue angle of 200.14º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #298ABB is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 41 | 138 | 187 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.27 |
| HSL | 200.14º | 0.64% | 0.45% | - |
| HSV(B) | 200.14º | 0.78% | 0.73% | - |
| XYZ | 18.97 | 22.24 | 50.31 | - |
| YUV | 114.58 | 168.86 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 187 | 0.78 | 0.26 | 0 | 0.27 | 200.14 | 0.64 | 0.45 |
| Hex | 29 | 8A | BB | 4E | 1A | 0 | 1B | C8 | 40 | 2D |
| Octal | 51 | 212 | 273 | 116 | 32 | 0 | 33 | 310 | 100 | 55 |
| Binary | 101001 | 10001010 | 10111011 | 1001110 | 11010 | 0 | 11011 | 11001000 | 1000000 | 101101 |
Color Harmonies of #298ABB
Complementary color
Monochromatic Colors of #298ABB
Black with #298ABB
Text Example
Text Example
White with #298ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ABB; }
p { color: rgb(41,138,187); }
H1.HeaderClassName
{
color: #298ABB;
}
.AnyTagClassName
{
color: #298ABB;
}
</style>
background-color css
<style>
a { background-color: #298ABB; }
a { background-color: rgb(41,138,187); }
div.DivClassName
{
background-color: #298ABB;
}
.BgClassName
{
background-color: #298ABB;
}
</style>
border-color css
<style>
span { border-color: #298ABB; }
span { border-color: rgb(41,138,187); }
td.TdClassName
{
border-color: #298ABB;
}
.TagClassName
{
border-color: #298ABB;
}
</style>