Shades of Curious Blue #316FBE
Tints of Curious Blue #316FBE
RGB
CMYK
RGB Variations
Color information
#316FBE (or 0x316FBE) is known color: Curious Blue. HEX triplet: 31, 6F and BE. RGB value is (49,111,190). Sum of RGB (Red+Green+Blue) = 49+111+190=350 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #316FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #316FBE is #CE9041. Grayscale: #656565. Windows color (decimal): -13537346 or 12480305. OLE color: 12480305.
HSL color Cylindrical-coordinate representation of color #316FBE: hue angle of 213.62º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #316FBE is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 111 | 190 | - |
| CMYK | 0.74 | 0.42 | 0 | 0.25 |
| HSL | 213.62º | 0.59% | 0.47% | - |
| HSV(B) | 213.62º | 0.74% | 0.75% | - |
| XYZ | 16.25 | 15.74 | 50.9 | - |
| YUV | 101.47 | 177.96 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 111 | 190 | 0.74 | 0.42 | 0 | 0.25 | 213.62 | 0.59 | 0.47 |
| Hex | 31 | 6F | BE | 4A | 2A | 0 | 19 | D6 | 3B | 2F |
| Octal | 61 | 157 | 276 | 112 | 52 | 0 | 31 | 326 | 73 | 57 |
| Binary | 110001 | 1101111 | 10111110 | 1001010 | 101010 | 0 | 11001 | 11010110 | 111011 | 101111 |
Color Harmonies of #316FBE
Complementary color
Monochromatic Colors of #316FBE
Black with #316FBE
Text Example
Text Example
White with #316FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #316FBE; }
p { color: rgb(49,111,190); }
H1.HeaderClassName
{
color: #316FBE;
}
.AnyTagClassName
{
color: #316FBE;
}
</style>
background-color css
<style>
a { background-color: #316FBE; }
a { background-color: rgb(49,111,190); }
div.DivClassName
{
background-color: #316FBE;
}
.BgClassName
{
background-color: #316FBE;
}
</style>
border-color css
<style>
span { border-color: #316FBE; }
span { border-color: rgb(49,111,190); }
td.TdClassName
{
border-color: #316FBE;
}
.TagClassName
{
border-color: #316FBE;
}
</style>