Shades of Curious Blue #318DB6
Tints of Curious Blue #318DB6
RGB
CMYK
RGB Variations
Color information
#318DB6 (or 0x318DB6) is known color: Curious Blue. HEX triplet: 31, 8D and B6. RGB value is (49,141,182). Sum of RGB (Red+Green+Blue) = 49+141+182=372 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.17% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #318DB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB6 is #CE7249. Grayscale: #757575. Windows color (decimal): -13529674 or 11963697. OLE color: 11963697.
HSL color Cylindrical-coordinate representation of color #318DB6: hue angle of 198.5º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318DB6 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 141 | 182 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.29 |
| HSL | 198.5º | 0.58% | 0.45% | - |
| HSV(B) | 198.5º | 0.73% | 0.71% | - |
| XYZ | 19.24 | 23.08 | 47.7 | - |
| YUV | 118.17 | 164.02 | 78.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 182 | 0.73 | 0.23 | 0 | 0.29 | 198.5 | 0.58 | 0.45 |
| Hex | 31 | 8D | B6 | 49 | 17 | 0 | 1D | C6 | 3A | 2D |
| Octal | 61 | 215 | 266 | 111 | 27 | 0 | 35 | 306 | 72 | 55 |
| Binary | 110001 | 10001101 | 10110110 | 1001001 | 10111 | 0 | 11101 | 11000110 | 111010 | 101101 |
Color Harmonies of #318DB6
Complementary color
Monochromatic Colors of #318DB6
Black with #318DB6
Text Example
Text Example
White with #318DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB6; }
p { color: rgb(49,141,182); }
H1.HeaderClassName
{
color: #318DB6;
}
.AnyTagClassName
{
color: #318DB6;
}
</style>
background-color css
<style>
a { background-color: #318DB6; }
a { background-color: rgb(49,141,182); }
div.DivClassName
{
background-color: #318DB6;
}
.BgClassName
{
background-color: #318DB6;
}
</style>
border-color css
<style>
span { border-color: #318DB6; }
span { border-color: rgb(49,141,182); }
td.TdClassName
{
border-color: #318DB6;
}
.TagClassName
{
border-color: #318DB6;
}
</style>