Shades of Cerulean Blue #315BCC
Tints of Cerulean Blue #315BCC
RGB
CMYK
RGB Variations
Color information
#315BCC (or 0x315BCC) is known color: Cerulean Blue. HEX triplet: 31, 5B and CC. RGB value is (49,91,204). Sum of RGB (Red+Green+Blue) = 49+91+204=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 204 (80.08% from 255 or 59.30% from 344); Max value from RGB is 204 - color contains mainly: blue. Hex color #315BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BCC is #CEA433. Grayscale: #5A5A5A. Windows color (decimal): -13542452 or 13392689. OLE color: 13392689.
HSL color Cylindrical-coordinate representation of color #315BCC: hue angle of 223.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BCC is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 91 | 204 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.2 |
| HSL | 223.74º | 0.61% | 0.5% | - |
| HSV(B) | 223.74º | 0.76% | 0.8% | - |
| XYZ | 15.91 | 12.49 | 58.7 | - |
| YUV | 91.32 | 191.59 | 97.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 204 | 0.76 | 0.55 | 0 | 0.2 | 223.74 | 0.61 | 0.5 |
| Hex | 31 | 5B | CC | 4C | 37 | 0 | 14 | E0 | 3D | 32 |
| Octal | 61 | 133 | 314 | 114 | 67 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110001 | 1011011 | 11001100 | 1001100 | 110111 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #315BCC
Complementary color
Monochromatic Colors of #315BCC
Black with #315BCC
Text Example
Text Example
White with #315BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BCC; }
p { color: rgb(49,91,204); }
H1.HeaderClassName
{
color: #315BCC;
}
.AnyTagClassName
{
color: #315BCC;
}
</style>
background-color css
<style>
a { background-color: #315BCC; }
a { background-color: rgb(49,91,204); }
div.DivClassName
{
background-color: #315BCC;
}
.BgClassName
{
background-color: #315BCC;
}
</style>
border-color css
<style>
span { border-color: #315BCC; }
span { border-color: rgb(49,91,204); }
td.TdClassName
{
border-color: #315BCC;
}
.TagClassName
{
border-color: #315BCC;
}
</style>