Shades of Curious Blue #247ABC
Tints of Curious Blue #247ABC
RGB
CMYK
RGB Variations
Color information
#247ABC (or 0x247ABC) is known color: Curious Blue. HEX triplet: 24, 7A and BC. RGB value is (36,122,188). Sum of RGB (Red+Green+Blue) = 36+122+188=346 (45% of max value = 765). Red value is 36 (14.45% from 255 or 10.40% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #247ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247ABC is #DB8543. Grayscale: #676767. Windows color (decimal): -14386500 or 12352036. OLE color: 12352036.
HSL color Cylindrical-coordinate representation of color #247ABC: hue angle of 206.05º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #247ABC is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 122 | 188 | - |
| CMYK | 0.81 | 0.35 | 0 | 0.26 |
| HSL | 206.05º | 0.68% | 0.44% | - |
| HSV(B) | 206.05º | 0.81% | 0.74% | - |
| XYZ | 16.76 | 17.92 | 50.15 | - |
| YUV | 103.81 | 175.51 | 79.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 122 | 188 | 0.81 | 0.35 | 0 | 0.26 | 206.05 | 0.68 | 0.44 |
| Hex | 24 | 7A | BC | 51 | 23 | 0 | 1A | CE | 44 | 2C |
| Octal | 44 | 172 | 274 | 121 | 43 | 0 | 32 | 316 | 104 | 54 |
| Binary | 100100 | 1111010 | 10111100 | 1010001 | 100011 | 0 | 11010 | 11001110 | 1000100 | 101100 |
Color Harmonies of #247ABC
Complementary color
Monochromatic Colors of #247ABC
Black with #247ABC
Text Example
Text Example
White with #247ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247ABC; }
p { color: rgb(36,122,188); }
H1.HeaderClassName
{
color: #247ABC;
}
.AnyTagClassName
{
color: #247ABC;
}
</style>
background-color css
<style>
a { background-color: #247ABC; }
a { background-color: rgb(36,122,188); }
div.DivClassName
{
background-color: #247ABC;
}
.BgClassName
{
background-color: #247ABC;
}
</style>
border-color css
<style>
span { border-color: #247ABC; }
span { border-color: rgb(36,122,188); }
td.TdClassName
{
border-color: #247ABC;
}
.TagClassName
{
border-color: #247ABC;
}
</style>