Shades of Cerulean Blue #315BCB
Tints of Cerulean Blue #315BCB
RGB
CMYK
RGB Variations
Color information
#315BCB (or 0x315BCB) is known color: Cerulean Blue. HEX triplet: 31, 5B and CB. RGB value is (49,91,203). Sum of RGB (Red+Green+Blue) = 49+91+203=343 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.29% from 343); Green value is 91 (35.94% from 255 or 26.53% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #315BCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BCB is #CEA434. Grayscale: #5A5A5A. Windows color (decimal): -13542453 or 13327153. OLE color: 13327153.
HSL color Cylindrical-coordinate representation of color #315BCB: hue angle of 223.64º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BCB is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 91 | 203 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.20 |
| HSL | 223.64º | 0.61% | 0.49% | - |
| HSV(B) | 223.64º | 0.76% | 0.8% | - |
| XYZ | 15.79 | 12.45 | 58.07 | - |
| YUV | 91.21 | 191.09 | 97.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 203 | 0.76 | 0.55 | 0 | 0.20 | 223.64 | 0.61 | 0.49 |
| Hex | 31 | 5B | CB | 4C | 37 | 0 | 14 | E0 | 3D | 31 |
| Octal | 61 | 133 | 313 | 114 | 67 | 0 | 24 | 340 | 75 | 61 |
| Binary | 110001 | 1011011 | 11001011 | 1001100 | 110111 | 0 | 10100 | 11100000 | 111101 | 110001 |
Color Harmonies of #315BCB
Complementary color
Monochromatic Colors of #315BCB
Black with #315BCB
Text Example
Text Example
White with #315BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BCB; }
p { color: rgb(49,91,203); }
H1.HeaderClassName
{
color: #315BCB;
}
.AnyTagClassName
{
color: #315BCB;
}
</style>
background-color css
<style>
a { background-color: #315BCB; }
a { background-color: rgb(49,91,203); }
div.DivClassName
{
background-color: #315BCB;
}
.BgClassName
{
background-color: #315BCB;
}
</style>
border-color css
<style>
span { border-color: #315BCB; }
span { border-color: rgb(49,91,203); }
td.TdClassName
{
border-color: #315BCB;
}
.TagClassName
{
border-color: #315BCB;
}
</style>