Shades of Curious Blue #318BC8
Tints of Curious Blue #318BC8
RGB
CMYK
RGB Variations
Color information
#318BC8 (or 0x318BC8) is known color: Curious Blue. HEX triplet: 31, 8B and C8. RGB value is (49,139,200). Sum of RGB (Red+Green+Blue) = 49+139+200=388 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.63% from 388); Green value is 139 (54.69% from 255 or 35.82% from 388); Blue value is 200 (78.52% from 255 or 51.55% from 388); Max value from RGB is 200 - color contains mainly: blue. Hex color #318BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BC8 is #CE7437. Grayscale: #767676. Windows color (decimal): -13530168 or 13142833. OLE color: 13142833.
HSL color Cylindrical-coordinate representation of color #318BC8: hue angle of 204.24º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #318BC8 is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 139 | 200 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.22 |
| HSL | 204.24º | 0.61% | 0.49% | - |
| HSV(B) | 204.24º | 0.76% | 0.78% | - |
| XYZ | 20.92 | 23.29 | 58.04 | - |
| YUV | 119.04 | 173.68 | 78.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 200 | 0.76 | 0.30 | 0 | 0.22 | 204.24 | 0.61 | 0.49 |
| Hex | 31 | 8B | C8 | 4C | 1E | 0 | 16 | CC | 3D | 31 |
| Octal | 61 | 213 | 310 | 114 | 36 | 0 | 26 | 314 | 75 | 61 |
| Binary | 110001 | 10001011 | 11001000 | 1001100 | 11110 | 0 | 10110 | 11001100 | 111101 | 110001 |
Color Harmonies of #318BC8
Complementary color
Monochromatic Colors of #318BC8
Black with #318BC8
Text Example
Text Example
White with #318BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BC8; }
p { color: rgb(49,139,200); }
H1.HeaderClassName
{
color: #318BC8;
}
.AnyTagClassName
{
color: #318BC8;
}
</style>
background-color css
<style>
a { background-color: #318BC8; }
a { background-color: rgb(49,139,200); }
div.DivClassName
{
background-color: #318BC8;
}
.BgClassName
{
background-color: #318BC8;
}
</style>
border-color css
<style>
span { border-color: #318BC8; }
span { border-color: rgb(49,139,200); }
td.TdClassName
{
border-color: #318BC8;
}
.TagClassName
{
border-color: #318BC8;
}
</style>