Shades of Curious Blue #318DB7
Tints of Curious Blue #318DB7
RGB
CMYK
RGB Variations
Color information
#318DB7 (or 0x318DB7) is known color: Curious Blue. HEX triplet: 31, 8D and B7. RGB value is (49,141,183). Sum of RGB (Red+Green+Blue) = 49+141+183=373 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.14% from 373); Green value is 141 (55.47% from 255 or 37.80% from 373); Blue value is 183 (71.88% from 255 or 49.06% from 373); Max value from RGB is 183 - color contains mainly: blue. Hex color #318DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB7 is #CE7248. Grayscale: #767676. Windows color (decimal): -13529673 or 12029233. OLE color: 12029233.
HSL color Cylindrical-coordinate representation of color #318DB7: hue angle of 198.81º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #318DB7 is Cyan = 0.73, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 141 | 183 | - |
| CMYK | 0.73 | 0.23 | 0 | 0.28 |
| HSL | 198.81º | 0.58% | 0.45% | - |
| HSV(B) | 198.81º | 0.73% | 0.72% | - |
| XYZ | 19.34 | 23.12 | 48.24 | - |
| YUV | 118.28 | 164.52 | 78.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 183 | 0.73 | 0.23 | 0 | 0.28 | 198.81 | 0.58 | 0.45 |
| Hex | 31 | 8D | B7 | 49 | 17 | 0 | 1C | C7 | 3A | 2D |
| Octal | 61 | 215 | 267 | 111 | 27 | 0 | 34 | 307 | 72 | 55 |
| Binary | 110001 | 10001101 | 10110111 | 1001001 | 10111 | 0 | 11100 | 11000111 | 111010 | 101101 |
Color Harmonies of #318DB7
Complementary color
Monochromatic Colors of #318DB7
Black with #318DB7
Text Example
Text Example
White with #318DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB7; }
p { color: rgb(49,141,183); }
H1.HeaderClassName
{
color: #318DB7;
}
.AnyTagClassName
{
color: #318DB7;
}
</style>
background-color css
<style>
a { background-color: #318DB7; }
a { background-color: rgb(49,141,183); }
div.DivClassName
{
background-color: #318DB7;
}
.BgClassName
{
background-color: #318DB7;
}
</style>
border-color css
<style>
span { border-color: #318DB7; }
span { border-color: rgb(49,141,183); }
td.TdClassName
{
border-color: #318DB7;
}
.TagClassName
{
border-color: #318DB7;
}
</style>