Shades of Cerulean Blue #315BCF
Tints of Cerulean Blue #315BCF
RGB
CMYK
RGB Variations
Color information
#315BCF (or 0x315BCF) is known color: Cerulean Blue. HEX triplet: 31, 5B and CF. RGB value is (49,91,207). Sum of RGB (Red+Green+Blue) = 49+91+207=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 207 (81.25% from 255 or 59.65% from 347); Max value from RGB is 207 - color contains mainly: blue. Hex color #315BCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BCF is #CEA430. Grayscale: #5B5B5B. Windows color (decimal): -13542449 or 13589297. OLE color: 13589297.
HSL color Cylindrical-coordinate representation of color #315BCF: hue angle of 224.05º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BCF is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 91 | 207 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.19 |
| HSL | 224.05º | 0.62% | 0.5% | - |
| HSV(B) | 224.05º | 0.76% | 0.81% | - |
| XYZ | 16.27 | 12.64 | 60.61 | - |
| YUV | 91.67 | 193.09 | 97.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 207 | 0.76 | 0.56 | 0 | 0.19 | 224.05 | 0.62 | 0.5 |
| Hex | 31 | 5B | CF | 4C | 38 | 0 | 13 | E0 | 3E | 32 |
| Octal | 61 | 133 | 317 | 114 | 70 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110001 | 1011011 | 11001111 | 1001100 | 111000 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #315BCF
Complementary color
Monochromatic Colors of #315BCF
Black with #315BCF
Text Example
Text Example
White with #315BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BCF; }
p { color: rgb(49,91,207); }
H1.HeaderClassName
{
color: #315BCF;
}
.AnyTagClassName
{
color: #315BCF;
}
</style>
background-color css
<style>
a { background-color: #315BCF; }
a { background-color: rgb(49,91,207); }
div.DivClassName
{
background-color: #315BCF;
}
.BgClassName
{
background-color: #315BCF;
}
</style>
border-color css
<style>
span { border-color: #315BCF; }
span { border-color: rgb(49,91,207); }
td.TdClassName
{
border-color: #315BCF;
}
.TagClassName
{
border-color: #315BCF;
}
</style>