Shades of Curious Blue #318BDB
Tints of Curious Blue #318BDB
RGB
CMYK
RGB Variations
Color information
#318BDB (or 0x318BDB) is known color: Curious Blue. HEX triplet: 31, 8B and DB. RGB value is (49,139,219). Sum of RGB (Red+Green+Blue) = 49+139+219=407 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.04% from 407); Green value is 139 (54.69% from 255 or 34.15% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #318BDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #318BDB is #CE7424. Grayscale: #787878. Windows color (decimal): -13530149 or 14388017. OLE color: 14388017.
HSL color Cylindrical-coordinate representation of color #318BDB: hue angle of 208.24º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #318BDB is Cyan = 0.78, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 49 | 139 | 219 | - |
| CMYK | 0.78 | 0.37 | 0 | 0.14 |
| HSL | 208.24º | 0.7% | 0.53% | - |
| HSV(B) | 208.24º | 0.78% | 0.86% | - |
| XYZ | 23.29 | 24.23 | 70.47 | - |
| YUV | 121.21 | 183.18 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 139 | 219 | 0.78 | 0.37 | 0 | 0.14 | 208.24 | 0.7 | 0.53 |
| Hex | 31 | 8B | DB | 4E | 25 | 0 | E | D0 | 46 | 35 |
| Octal | 61 | 213 | 333 | 116 | 45 | 0 | 16 | 320 | 106 | 65 |
| Binary | 110001 | 10001011 | 11011011 | 1001110 | 100101 | 0 | 1110 | 11010000 | 1000110 | 110101 |
Color Harmonies of #318BDB
Complementary color
Monochromatic Colors of #318BDB
Black with #318BDB
Text Example
Text Example
White with #318BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #318BDB; }
p { color: rgb(49,139,219); }
H1.HeaderClassName
{
color: #318BDB;
}
.AnyTagClassName
{
color: #318BDB;
}
</style>
background-color css
<style>
a { background-color: #318BDB; }
a { background-color: rgb(49,139,219); }
div.DivClassName
{
background-color: #318BDB;
}
.BgClassName
{
background-color: #318BDB;
}
</style>
border-color css
<style>
span { border-color: #318BDB; }
span { border-color: rgb(49,139,219); }
td.TdClassName
{
border-color: #318BDB;
}
.TagClassName
{
border-color: #318BDB;
}
</style>