Shades of Cerulean Blue #315AD0
Tints of Cerulean Blue #315AD0
RGB
CMYK
RGB Variations
Color information
#315AD0 (or 0x315AD0) is known color: Cerulean Blue. HEX triplet: 31, 5A and D0. RGB value is (49,90,208). Sum of RGB (Red+Green+Blue) = 49+90+208=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 90 (35.55% from 255 or 25.94% from 347); Blue value is 208 (81.64% from 255 or 59.94% from 347); Max value from RGB is 208 - color contains mainly: blue. Hex color #315AD0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315AD0 is #CEA52F. Grayscale: #5A5A5A. Windows color (decimal): -13542704 or 13654577. OLE color: 13654577.
HSL color Cylindrical-coordinate representation of color #315AD0: hue angle of 224.53º 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 #315AD0 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 49 | 90 | 208 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.18 |
| HSL | 224.53º | 0.63% | 0.5% | - |
| HSV(B) | 224.53º | 0.76% | 0.82% | - |
| XYZ | 16.31 | 12.52 | 61.23 | - |
| YUV | 91.19 | 193.92 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 208 | 0.76 | 0.57 | 0 | 0.18 | 224.53 | 0.63 | 0.5 |
| Hex | 31 | 5A | D0 | 4C | 39 | 0 | 12 | E1 | 3F | 32 |
| Octal | 61 | 132 | 320 | 114 | 71 | 0 | 22 | 341 | 77 | 62 |
| Binary | 110001 | 1011010 | 11010000 | 1001100 | 111001 | 0 | 10010 | 11100001 | 111111 | 110010 |
Color Harmonies of #315AD0
Complementary color
Monochromatic Colors of #315AD0
Black with #315AD0
Text Example
Text Example
White with #315AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315AD0; }
p { color: rgb(49,90,208); }
H1.HeaderClassName
{
color: #315AD0;
}
.AnyTagClassName
{
color: #315AD0;
}
</style>
background-color css
<style>
a { background-color: #315AD0; }
a { background-color: rgb(49,90,208); }
div.DivClassName
{
background-color: #315AD0;
}
.BgClassName
{
background-color: #315AD0;
}
</style>
border-color css
<style>
span { border-color: #315AD0; }
span { border-color: rgb(49,90,208); }
td.TdClassName
{
border-color: #315AD0;
}
.TagClassName
{
border-color: #315AD0;
}
</style>