Shades of Cerulean Blue #315BD0
Tints of Cerulean Blue #315BD0
RGB
CMYK
RGB Variations
Color information
#315BD0 (or 0x315BD0) is known color: Cerulean Blue. HEX triplet: 31, 5B and D0. RGB value is (49,91,208). Sum of RGB (Red+Green+Blue) = 49+91+208=348 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.08% from 348); Green value is 91 (35.94% from 255 or 26.15% from 348); Blue value is 208 (81.64% from 255 or 59.77% from 348); Max value from RGB is 208 - color contains mainly: blue. Hex color #315BD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BD0 is #CEA42F. Grayscale: #5B5B5B. Windows color (decimal): -13542448 or 13654833. OLE color: 13654833.
HSL color Cylindrical-coordinate representation of color #315BD0: hue angle of 224.15º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BD0 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 91 | 208 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.18 |
| HSL | 224.15º | 0.63% | 0.5% | - |
| HSV(B) | 224.15º | 0.76% | 0.82% | - |
| XYZ | 16.39 | 12.69 | 61.26 | - |
| YUV | 91.78 | 193.59 | 97.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 208 | 0.76 | 0.56 | 0 | 0.18 | 224.15 | 0.63 | 0.5 |
| Hex | 31 | 5B | D0 | 4C | 38 | 0 | 12 | E0 | 3F | 32 |
| Octal | 61 | 133 | 320 | 114 | 70 | 0 | 22 | 340 | 77 | 62 |
| Binary | 110001 | 1011011 | 11010000 | 1001100 | 111000 | 0 | 10010 | 11100000 | 111111 | 110010 |
Color Harmonies of #315BD0
Complementary color
Monochromatic Colors of #315BD0
Black with #315BD0
Text Example
Text Example
White with #315BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BD0; }
p { color: rgb(49,91,208); }
H1.HeaderClassName
{
color: #315BD0;
}
.AnyTagClassName
{
color: #315BD0;
}
</style>
background-color css
<style>
a { background-color: #315BD0; }
a { background-color: rgb(49,91,208); }
div.DivClassName
{
background-color: #315BD0;
}
.BgClassName
{
background-color: #315BD0;
}
</style>
border-color css
<style>
span { border-color: #315BD0; }
span { border-color: rgb(49,91,208); }
td.TdClassName
{
border-color: #315BD0;
}
.TagClassName
{
border-color: #315BD0;
}
</style>