Shades of Curious Blue #318FCD
Tints of Curious Blue #318FCD
RGB
CMYK
RGB Variations
Color information
#318FCD (or 0x318FCD) is known color: Curious Blue. HEX triplet: 31, 8F and CD. RGB value is (49,143,205). Sum of RGB (Red+Green+Blue) = 49+143+205=397 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.34% from 397); Green value is 143 (56.25% from 255 or 36.02% from 397); Blue value is 205 (80.47% from 255 or 51.64% from 397); Max value from RGB is 205 - color contains mainly: blue. Hex color #318FCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318FCD is #CE7032. Grayscale: #797979. Windows color (decimal): -13529139 or 13471537. OLE color: 13471537.
HSL color Cylindrical-coordinate representation of color #318FCD: hue angle of 203.85º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318FCD is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 143 | 205 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.20 |
| HSL | 203.85º | 0.61% | 0.5% | - |
| HSV(B) | 203.85º | 0.76% | 0.8% | - |
| XYZ | 22.11 | 24.71 | 61.36 | - |
| YUV | 121.96 | 174.86 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 143 | 205 | 0.76 | 0.30 | 0 | 0.20 | 203.85 | 0.61 | 0.5 |
| Hex | 31 | 8F | CD | 4C | 1E | 0 | 14 | CC | 3D | 32 |
| Octal | 61 | 217 | 315 | 114 | 36 | 0 | 24 | 314 | 75 | 62 |
| Binary | 110001 | 10001111 | 11001101 | 1001100 | 11110 | 0 | 10100 | 11001100 | 111101 | 110010 |
Color Harmonies of #318FCD
Complementary color
Monochromatic Colors of #318FCD
Black with #318FCD
Text Example
Text Example
White with #318FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318FCD; }
p { color: rgb(49,143,205); }
H1.HeaderClassName
{
color: #318FCD;
}
.AnyTagClassName
{
color: #318FCD;
}
</style>
background-color css
<style>
a { background-color: #318FCD; }
a { background-color: rgb(49,143,205); }
div.DivClassName
{
background-color: #318FCD;
}
.BgClassName
{
background-color: #318FCD;
}
</style>
border-color css
<style>
span { border-color: #318FCD; }
span { border-color: rgb(49,143,205); }
td.TdClassName
{
border-color: #318FCD;
}
.TagClassName
{
border-color: #318FCD;
}
</style>