Shades of Curious Blue #298BCC
Tints of Curious Blue #298BCC
RGB
CMYK
RGB Variations
Color information
#298BCC (or 0x298BCC) is known color: Curious Blue. HEX triplet: 29, 8B and CC. RGB value is (41,139,204). Sum of RGB (Red+Green+Blue) = 41+139+204=384 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.68% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #298BCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #298BCC is #D67433. Grayscale: #747474. Windows color (decimal): -14054452 or 13404969. OLE color: 13404969.
HSL color Cylindrical-coordinate representation of color #298BCC: hue angle of 203.93º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #298BCC is Cyan = 0.80, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 41 | 139 | 204 | - |
| CMYK | 0.80 | 0.32 | 0 | 0.2 |
| HSL | 203.93º | 0.67% | 0.48% | - |
| HSV(B) | 203.93º | 0.8% | 0.8% | - |
| XYZ | 21.05 | 23.3 | 60.51 | - |
| YUV | 117.11 | 177.03 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 139 | 204 | 0.80 | 0.32 | 0 | 0.2 | 203.93 | 0.67 | 0.48 |
| Hex | 29 | 8B | CC | 50 | 20 | 0 | 14 | CC | 43 | 30 |
| Octal | 51 | 213 | 314 | 120 | 40 | 0 | 24 | 314 | 103 | 60 |
| Binary | 101001 | 10001011 | 11001100 | 1010000 | 100000 | 0 | 10100 | 11001100 | 1000011 | 110000 |
Color Harmonies of #298BCC
Complementary color
Monochromatic Colors of #298BCC
Black with #298BCC
Text Example
Text Example
White with #298BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #298BCC; }
p { color: rgb(41,139,204); }
H1.HeaderClassName
{
color: #298BCC;
}
.AnyTagClassName
{
color: #298BCC;
}
</style>
background-color css
<style>
a { background-color: #298BCC; }
a { background-color: rgb(41,139,204); }
div.DivClassName
{
background-color: #298BCC;
}
.BgClassName
{
background-color: #298BCC;
}
</style>
border-color css
<style>
span { border-color: #298BCC; }
span { border-color: rgb(41,139,204); }
td.TdClassName
{
border-color: #298BCC;
}
.TagClassName
{
border-color: #298BCC;
}
</style>