Shades of Curious Blue #318DB9
Tints of Curious Blue #318DB9
RGB
CMYK
RGB Variations
Color information
#318DB9 (or 0x318DB9) is known color: Curious Blue. HEX triplet: 31, 8D and B9. RGB value is (49,141,185). Sum of RGB (Red+Green+Blue) = 49+141+185=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 141 (55.47% from 255 or 37.6% from 375); Blue value is 185 (72.66% from 255 or 49.33% from 375); Max value from RGB is 185 - color contains mainly: blue. Hex color #318DB9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318DB9 is #CE7246. Grayscale: #767676. Windows color (decimal): -13529671 or 12160305. OLE color: 12160305.
HSL color Cylindrical-coordinate representation of color #318DB9: hue angle of 199.41º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #318DB9 is Cyan = 0.74, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 141 | 185 | - |
| CMYK | 0.74 | 0.24 | 0 | 0.27 |
| HSL | 199.41º | 0.58% | 0.46% | - |
| HSV(B) | 199.41º | 0.74% | 0.73% | - |
| XYZ | 19.55 | 23.21 | 49.35 | - |
| YUV | 118.51 | 165.52 | 78.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 141 | 185 | 0.74 | 0.24 | 0 | 0.27 | 199.41 | 0.58 | 0.46 |
| Hex | 31 | 8D | B9 | 4A | 18 | 0 | 1B | C7 | 3A | 2E |
| Octal | 61 | 215 | 271 | 112 | 30 | 0 | 33 | 307 | 72 | 56 |
| Binary | 110001 | 10001101 | 10111001 | 1001010 | 11000 | 0 | 11011 | 11000111 | 111010 | 101110 |
Color Harmonies of #318DB9
Complementary color
Monochromatic Colors of #318DB9
Black with #318DB9
Text Example
Text Example
White with #318DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318DB9; }
p { color: rgb(49,141,185); }
H1.HeaderClassName
{
color: #318DB9;
}
.AnyTagClassName
{
color: #318DB9;
}
</style>
background-color css
<style>
a { background-color: #318DB9; }
a { background-color: rgb(49,141,185); }
div.DivClassName
{
background-color: #318DB9;
}
.BgClassName
{
background-color: #318DB9;
}
</style>
border-color css
<style>
span { border-color: #318DB9; }
span { border-color: rgb(49,141,185); }
td.TdClassName
{
border-color: #318DB9;
}
.TagClassName
{
border-color: #318DB9;
}
</style>