Shades of Curious Blue #247EC3
Tints of Curious Blue #247EC3
RGB
CMYK
RGB Variations
Color information
#247EC3 (or 0x247EC3) is known color: Curious Blue. HEX triplet: 24, 7E and C3. RGB value is (36,126,195). Sum of RGB (Red+Green+Blue) = 36+126+195=357 (47% of max value = 765). Red value is 36 (14.45% from 255 or 10.08% from 357); Green value is 126 (49.61% from 255 or 35.29% from 357); Blue value is 195 (76.56% from 255 or 54.62% from 357); Max value from RGB is 195 - color contains mainly: blue. Hex color #247EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #247EC3 is #DB813C. Grayscale: #6A6A6A. Windows color (decimal): -14385469 or 12811812. OLE color: 12811812.
HSL color Cylindrical-coordinate representation of color #247EC3: hue angle of 206.04º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #247EC3 is Cyan = 0.82, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 126 | 195 | - |
| CMYK | 0.82 | 0.35 | 0 | 0.24 |
| HSL | 206.04º | 0.69% | 0.45% | - |
| HSV(B) | 206.04º | 0.82% | 0.76% | - |
| XYZ | 18.04 | 19.24 | 54.39 | - |
| YUV | 106.96 | 177.68 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 126 | 195 | 0.82 | 0.35 | 0 | 0.24 | 206.04 | 0.69 | 0.45 |
| Hex | 24 | 7E | C3 | 52 | 23 | 0 | 18 | CE | 45 | 2D |
| Octal | 44 | 176 | 303 | 122 | 43 | 0 | 30 | 316 | 105 | 55 |
| Binary | 100100 | 1111110 | 11000011 | 1010010 | 100011 | 0 | 11000 | 11001110 | 1000101 | 101101 |
Color Harmonies of #247EC3
Complementary color
Monochromatic Colors of #247EC3
Black with #247EC3
Text Example
Text Example
White with #247EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #247EC3; }
p { color: rgb(36,126,195); }
H1.HeaderClassName
{
color: #247EC3;
}
.AnyTagClassName
{
color: #247EC3;
}
</style>
background-color css
<style>
a { background-color: #247EC3; }
a { background-color: rgb(36,126,195); }
div.DivClassName
{
background-color: #247EC3;
}
.BgClassName
{
background-color: #247EC3;
}
</style>
border-color css
<style>
span { border-color: #247EC3; }
span { border-color: rgb(36,126,195); }
td.TdClassName
{
border-color: #247EC3;
}
.TagClassName
{
border-color: #247EC3;
}
</style>