Shades of Curious Blue #298BC6
Tints of Curious Blue #298BC6
RGB
CMYK
RGB Variations
Color information
#298BC6 (or 0x298BC6) is known color: Curious Blue. HEX triplet: 29, 8B and C6. RGB value is (41,139,198). Sum of RGB (Red+Green+Blue) = 41+139+198=378 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.85% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #298BC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BC6 is #D67439. Grayscale: #747474. Windows color (decimal): -14054458 or 13011753. OLE color: 13011753.
HSL color Cylindrical-coordinate representation of color #298BC6: hue angle of 202.55º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #298BC6 is Cyan = 0.79, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 139 | 198 | - |
| CMYK | 0.79 | 0.30 | 0 | 0.22 |
| HSL | 202.55º | 0.66% | 0.47% | - |
| HSV(B) | 202.55º | 0.79% | 0.78% | - |
| XYZ | 20.34 | 23.01 | 56.8 | - |
| YUV | 116.42 | 174.03 | 74.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 198 | 0.79 | 0.30 | 0 | 0.22 | 202.55 | 0.66 | 0.47 |
| Hex | 29 | 8B | C6 | 4F | 1E | 0 | 16 | CB | 42 | 2F |
| Octal | 51 | 213 | 306 | 117 | 36 | 0 | 26 | 313 | 102 | 57 |
| Binary | 101001 | 10001011 | 11000110 | 1001111 | 11110 | 0 | 10110 | 11001011 | 1000010 | 101111 |
Color Harmonies of #298BC6
Complementary color
Monochromatic Colors of #298BC6
Black with #298BC6
Text Example
Text Example
White with #298BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BC6; }
p { color: rgb(41,139,198); }
H1.HeaderClassName
{
color: #298BC6;
}
.AnyTagClassName
{
color: #298BC6;
}
</style>
background-color css
<style>
a { background-color: #298BC6; }
a { background-color: rgb(41,139,198); }
div.DivClassName
{
background-color: #298BC6;
}
.BgClassName
{
background-color: #298BC6;
}
</style>
border-color css
<style>
span { border-color: #298BC6; }
span { border-color: rgb(41,139,198); }
td.TdClassName
{
border-color: #298BC6;
}
.TagClassName
{
border-color: #298BC6;
}
</style>