Shades of Curious Blue #247ABA
Tints of Curious Blue #247ABA
RGB
CMYK
RGB Variations
Color information
#247ABA (or 0x247ABA) is known color: Curious Blue. HEX triplet: 24, 7A and BA. RGB value is (36,122,186). Sum of RGB (Red+Green+Blue) = 36+122+186=344 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.47% from 344); Green value is 122 (48.05% from 255 or 35.47% from 344); Blue value is 186 (73.05% from 255 or 54.07% from 344); Max value from RGB is 186 - color contains mainly: blue. Hex color #247ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ABA is #DB8545. Grayscale: #676767. Windows color (decimal): -14386502 or 12220964. OLE color: 12220964.
HSL color Cylindrical-coordinate representation of color #247ABA: hue angle of 205.6º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247ABA is Cyan = 0.81, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 36 | 122 | 186 | - |
| CMYK | 0.81 | 0.34 | 0 | 0.27 |
| HSL | 205.6º | 0.68% | 0.44% | - |
| HSV(B) | 205.6º | 0.81% | 0.73% | - |
| XYZ | 16.55 | 17.84 | 49.03 | - |
| YUV | 103.58 | 174.51 | 79.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 186 | 0.81 | 0.34 | 0 | 0.27 | 205.6 | 0.68 | 0.44 |
| Hex | 24 | 7A | BA | 51 | 22 | 0 | 1B | CE | 44 | 2C |
| Octal | 44 | 172 | 272 | 121 | 42 | 0 | 33 | 316 | 104 | 54 |
| Binary | 100100 | 1111010 | 10111010 | 1010001 | 100010 | 0 | 11011 | 11001110 | 1000100 | 101100 |
Color Harmonies of #247ABA
Complementary color
Monochromatic Colors of #247ABA
Black with #247ABA
Text Example
Text Example
White with #247ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ABA; }
p { color: rgb(36,122,186); }
H1.HeaderClassName
{
color: #247ABA;
}
.AnyTagClassName
{
color: #247ABA;
}
</style>
background-color css
<style>
a { background-color: #247ABA; }
a { background-color: rgb(36,122,186); }
div.DivClassName
{
background-color: #247ABA;
}
.BgClassName
{
background-color: #247ABA;
}
</style>
border-color css
<style>
span { border-color: #247ABA; }
span { border-color: rgb(36,122,186); }
td.TdClassName
{
border-color: #247ABA;
}
.TagClassName
{
border-color: #247ABA;
}
</style>