Shades of Cerulean Blue #315DCB
Tints of Cerulean Blue #315DCB
RGB
CMYK
RGB Variations
Color information
#315DCB (or 0x315DCB) is known color: Cerulean Blue. HEX triplet: 31, 5D and CB. RGB value is (49,93,203). Sum of RGB (Red+Green+Blue) = 49+93+203=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 93 (36.72% from 255 or 26.96% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #315DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DCB is #CEA234. Grayscale: #5B5B5B. Windows color (decimal): -13541941 or 13327665. OLE color: 13327665.
HSL color Cylindrical-coordinate representation of color #315DCB: hue angle of 222.86º 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 #315DCB is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 93 | 203 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.20 |
| HSL | 222.86º | 0.61% | 0.49% | - |
| HSV(B) | 222.86º | 0.76% | 0.8% | - |
| XYZ | 15.96 | 12.79 | 58.13 | - |
| YUV | 92.38 | 190.42 | 97.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 203 | 0.76 | 0.54 | 0 | 0.20 | 222.86 | 0.61 | 0.49 |
| Hex | 31 | 5D | CB | 4C | 36 | 0 | 14 | DF | 3D | 31 |
| Octal | 61 | 135 | 313 | 114 | 66 | 0 | 24 | 337 | 75 | 61 |
| Binary | 110001 | 1011101 | 11001011 | 1001100 | 110110 | 0 | 10100 | 11011111 | 111101 | 110001 |
Color Harmonies of #315DCB
Complementary color
Monochromatic Colors of #315DCB
Black with #315DCB
Text Example
Text Example
White with #315DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DCB; }
p { color: rgb(49,93,203); }
H1.HeaderClassName
{
color: #315DCB;
}
.AnyTagClassName
{
color: #315DCB;
}
</style>
background-color css
<style>
a { background-color: #315DCB; }
a { background-color: rgb(49,93,203); }
div.DivClassName
{
background-color: #315DCB;
}
.BgClassName
{
background-color: #315DCB;
}
</style>
border-color css
<style>
span { border-color: #315DCB; }
span { border-color: rgb(49,93,203); }
td.TdClassName
{
border-color: #315DCB;
}
.TagClassName
{
border-color: #315DCB;
}
</style>