Shades of Curious Blue #318DCA
Tints of Curious Blue #318DCA
RGB
CMYK
RGB Variations
Color information
#318DCA (or 0x318DCA) is known color: Curious Blue. HEX triplet: 31, 8D and CA. RGB value is (49,141,202). Sum of RGB (Red+Green+Blue) = 49+141+202=392 (51% of max value = 765). Red value is 49 (19.53% from 255 or 12.5% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 202 (79.30% from 255 or 51.53% from 392); Max value from RGB is 202 - color contains mainly: blue. Hex color #318DCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DCA is #CE7235. Grayscale: #787878. Windows color (decimal): -13529654 or 13274417. OLE color: 13274417.
HSL color Cylindrical-coordinate representation of color #318DCA: hue angle of 203.92º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #318DCA is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 49 | 141 | 202 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.21 |
| HSL | 203.92º | 0.61% | 0.49% | - |
| HSV(B) | 203.92º | 0.76% | 0.79% | - |
| XYZ | 21.45 | 23.97 | 59.37 | - |
| YUV | 120.45 | 174.02 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 202 | 0.76 | 0.30 | 0 | 0.21 | 203.92 | 0.61 | 0.49 |
| Hex | 31 | 8D | CA | 4C | 1E | 0 | 15 | CC | 3D | 31 |
| Octal | 61 | 215 | 312 | 114 | 36 | 0 | 25 | 314 | 75 | 61 |
| Binary | 110001 | 10001101 | 11001010 | 1001100 | 11110 | 0 | 10101 | 11001100 | 111101 | 110001 |
Color Harmonies of #318DCA
Complementary color
Monochromatic Colors of #318DCA
Black with #318DCA
Text Example
Text Example
White with #318DCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DCA; }
p { color: rgb(49,141,202); }
H1.HeaderClassName
{
color: #318DCA;
}
.AnyTagClassName
{
color: #318DCA;
}
</style>
background-color css
<style>
a { background-color: #318DCA; }
a { background-color: rgb(49,141,202); }
div.DivClassName
{
background-color: #318DCA;
}
.BgClassName
{
background-color: #318DCA;
}
</style>
border-color css
<style>
span { border-color: #318DCA; }
span { border-color: rgb(49,141,202); }
td.TdClassName
{
border-color: #318DCA;
}
.TagClassName
{
border-color: #318DCA;
}
</style>