Shades of Curious Blue #298ACE
Tints of Curious Blue #298ACE
RGB
CMYK
RGB Variations
Color information
#298ACE (or 0x298ACE) is known color: Curious Blue. HEX triplet: 29, 8A and CE. RGB value is (41,138,206). Sum of RGB (Red+Green+Blue) = 41+138+206=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 138 (54.30% from 255 or 35.84% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #298ACE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298ACE is #D67531. Grayscale: #747474. Windows color (decimal): -14054706 or 13535785. OLE color: 13535785.
HSL color Cylindrical-coordinate representation of color #298ACE: hue angle of 204.73º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298ACE is Cyan = 0.80, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 138 | 206 | - |
| CMYK | 0.80 | 0.33 | 0 | 0.19 |
| HSL | 204.73º | 0.67% | 0.48% | - |
| HSV(B) | 204.73º | 0.8% | 0.81% | - |
| XYZ | 21.14 | 23.1 | 61.74 | - |
| YUV | 116.75 | 178.36 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 138 | 206 | 0.80 | 0.33 | 0 | 0.19 | 204.73 | 0.67 | 0.48 |
| Hex | 29 | 8A | CE | 50 | 21 | 0 | 13 | CD | 43 | 30 |
| Octal | 51 | 212 | 316 | 120 | 41 | 0 | 23 | 315 | 103 | 60 |
| Binary | 101001 | 10001010 | 11001110 | 1010000 | 100001 | 0 | 10011 | 11001101 | 1000011 | 110000 |
Color Harmonies of #298ACE
Complementary color
Monochromatic Colors of #298ACE
Black with #298ACE
Text Example
Text Example
White with #298ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298ACE; }
p { color: rgb(41,138,206); }
H1.HeaderClassName
{
color: #298ACE;
}
.AnyTagClassName
{
color: #298ACE;
}
</style>
background-color css
<style>
a { background-color: #298ACE; }
a { background-color: rgb(41,138,206); }
div.DivClassName
{
background-color: #298ACE;
}
.BgClassName
{
background-color: #298ACE;
}
</style>
border-color css
<style>
span { border-color: #298ACE; }
span { border-color: rgb(41,138,206); }
td.TdClassName
{
border-color: #298ACE;
}
.TagClassName
{
border-color: #298ACE;
}
</style>