Shades of Cerulean Blue #315BC6
Tints of Cerulean Blue #315BC6
RGB
CMYK
RGB Variations
Color information
#315BC6 (or 0x315BC6) is known color: Cerulean Blue. HEX triplet: 31, 5B and C6. RGB value is (49,91,198). Sum of RGB (Red+Green+Blue) = 49+91+198=338 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.50% from 338); Green value is 91 (35.94% from 255 or 26.92% from 338); Blue value is 198 (77.73% from 255 or 58.58% from 338); Max value from RGB is 198 - color contains mainly: blue. Hex color #315BC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BC6 is #CEA439. Grayscale: #5A5A5A. Windows color (decimal): -13542458 or 12999473. OLE color: 12999473.
HSL color Cylindrical-coordinate representation of color #315BC6: hue angle of 223.09º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315BC6 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 91 | 198 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.22 |
| HSL | 223.09º | 0.6% | 0.48% | - |
| HSV(B) | 223.09º | 0.75% | 0.78% | - |
| XYZ | 15.2 | 12.21 | 54.98 | - |
| YUV | 90.64 | 188.59 | 98.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 198 | 0.75 | 0.54 | 0 | 0.22 | 223.09 | 0.6 | 0.48 |
| Hex | 31 | 5B | C6 | 4B | 36 | 0 | 16 | DF | 3C | 30 |
| Octal | 61 | 133 | 306 | 113 | 66 | 0 | 26 | 337 | 74 | 60 |
| Binary | 110001 | 1011011 | 11000110 | 1001011 | 110110 | 0 | 10110 | 11011111 | 111100 | 110000 |
Color Harmonies of #315BC6
Complementary color
Monochromatic Colors of #315BC6
Black with #315BC6
Text Example
Text Example
White with #315BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BC6; }
p { color: rgb(49,91,198); }
H1.HeaderClassName
{
color: #315BC6;
}
.AnyTagClassName
{
color: #315BC6;
}
</style>
background-color css
<style>
a { background-color: #315BC6; }
a { background-color: rgb(49,91,198); }
div.DivClassName
{
background-color: #315BC6;
}
.BgClassName
{
background-color: #315BC6;
}
</style>
border-color css
<style>
span { border-color: #315BC6; }
span { border-color: rgb(49,91,198); }
td.TdClassName
{
border-color: #315BC6;
}
.TagClassName
{
border-color: #315BC6;
}
</style>