Shades of Curious Blue #298ABF
Tints of Curious Blue #298ABF
RGB
CMYK
RGB Variations
Color information
#298ABF (or 0x298ABF) is known color: Curious Blue. HEX triplet: 29, 8A and BF. RGB value is (41,138,191). Sum of RGB (Red+Green+Blue) = 41+138+191=370 (49% of max value = 765). Red value is 41 (16.41% from 255 or 11.08% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 191 (75% from 255 or 51.62% from 370); Max value from RGB is 191 - color contains mainly: blue. Hex color #298ABF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ABF is #D67540. Grayscale: #727272. Windows color (decimal): -14054721 or 12552745. OLE color: 12552745.
HSL color Cylindrical-coordinate representation of color #298ABF: hue angle of 201.2º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #298ABF is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 41 | 138 | 191 | - |
| CMYK | 0.79 | 0.28 | 0 | 0.25 |
| HSL | 201.2º | 0.65% | 0.45% | - |
| HSV(B) | 201.2º | 0.79% | 0.75% | - |
| XYZ | 19.41 | 22.41 | 52.59 | - |
| YUV | 115.04 | 170.86 | 75.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 191 | 0.79 | 0.28 | 0 | 0.25 | 201.2 | 0.65 | 0.45 |
| Hex | 29 | 8A | BF | 4F | 1C | 0 | 19 | C9 | 41 | 2D |
| Octal | 51 | 212 | 277 | 117 | 34 | 0 | 31 | 311 | 101 | 55 |
| Binary | 101001 | 10001010 | 10111111 | 1001111 | 11100 | 0 | 11001 | 11001001 | 1000001 | 101101 |
Color Harmonies of #298ABF
Complementary color
Monochromatic Colors of #298ABF
Black with #298ABF
Text Example
Text Example
White with #298ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ABF; }
p { color: rgb(41,138,191); }
H1.HeaderClassName
{
color: #298ABF;
}
.AnyTagClassName
{
color: #298ABF;
}
</style>
background-color css
<style>
a { background-color: #298ABF; }
a { background-color: rgb(41,138,191); }
div.DivClassName
{
background-color: #298ABF;
}
.BgClassName
{
background-color: #298ABF;
}
</style>
border-color css
<style>
span { border-color: #298ABF; }
span { border-color: rgb(41,138,191); }
td.TdClassName
{
border-color: #298ABF;
}
.TagClassName
{
border-color: #298ABF;
}
</style>