Shades of Curious Blue #318EC0
Tints of Curious Blue #318EC0
RGB
CMYK
RGB Variations
Color information
#318EC0 (or 0x318EC0) is known color: Curious Blue. HEX triplet: 31, 8E and C0. RGB value is (49,142,192). Sum of RGB (Red+Green+Blue) = 49+142+192=383 (50% of max value = 765). Red value is 49 (19.53% from 255 or 12.79% from 383); Green value is 142 (55.86% from 255 or 37.08% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #318EC0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318EC0 is #CE713F. Grayscale: #777777. Windows color (decimal): -13529408 or 12619313. OLE color: 12619313.
HSL color Cylindrical-coordinate representation of color #318EC0: hue angle of 200.98º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318EC0 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 142 | 192 | - |
| CMYK | 0.74 | 0.26 | 0 | 0.25 |
| HSL | 200.98º | 0.59% | 0.47% | - |
| HSV(B) | 200.98º | 0.74% | 0.75% | - |
| XYZ | 20.45 | 23.8 | 53.39 | - |
| YUV | 119.89 | 168.69 | 77.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 142 | 192 | 0.74 | 0.26 | 0 | 0.25 | 200.98 | 0.59 | 0.47 |
| Hex | 31 | 8E | C0 | 4A | 1A | 0 | 19 | C9 | 3B | 2F |
| Octal | 61 | 216 | 300 | 112 | 32 | 0 | 31 | 311 | 73 | 57 |
| Binary | 110001 | 10001110 | 11000000 | 1001010 | 11010 | 0 | 11001 | 11001001 | 111011 | 101111 |
Color Harmonies of #318EC0
Complementary color
Monochromatic Colors of #318EC0
Black with #318EC0
Text Example
Text Example
White with #318EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318EC0; }
p { color: rgb(49,142,192); }
H1.HeaderClassName
{
color: #318EC0;
}
.AnyTagClassName
{
color: #318EC0;
}
</style>
background-color css
<style>
a { background-color: #318EC0; }
a { background-color: rgb(49,142,192); }
div.DivClassName
{
background-color: #318EC0;
}
.BgClassName
{
background-color: #318EC0;
}
</style>
border-color css
<style>
span { border-color: #318EC0; }
span { border-color: rgb(49,142,192); }
td.TdClassName
{
border-color: #318EC0;
}
.TagClassName
{
border-color: #318EC0;
}
</style>