Shades of Cerulean Blue #315FCD
Tints of Cerulean Blue #315FCD
RGB
CMYK
RGB Variations
Color information
#315FCD (or 0x315FCD) is known color: Cerulean Blue. HEX triplet: 31, 5F and CD. RGB value is (49,95,205). Sum of RGB (Red+Green+Blue) = 49+95+205=349 (46% of max value = 765). Red value is 49 (19.53% from 255 or 14.04% from 349); Green value is 95 (37.5% from 255 or 27.22% from 349); Blue value is 205 (80.47% from 255 or 58.74% from 349); Max value from RGB is 205 - color contains mainly: blue. Hex color #315FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FCD is #CEA032. Grayscale: #5D5D5D. Windows color (decimal): -13541427 or 13459249. OLE color: 13459249.
HSL color Cylindrical-coordinate representation of color #315FCD: hue angle of 222.31º 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 #315FCD is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 95 | 205 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.20 |
| HSL | 222.31º | 0.61% | 0.5% | - |
| HSV(B) | 222.31º | 0.76% | 0.8% | - |
| XYZ | 16.38 | 13.25 | 59.45 | - |
| YUV | 93.79 | 190.76 | 96.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 205 | 0.76 | 0.54 | 0 | 0.20 | 222.31 | 0.61 | 0.5 |
| Hex | 31 | 5F | CD | 4C | 36 | 0 | 14 | DE | 3D | 32 |
| Octal | 61 | 137 | 315 | 114 | 66 | 0 | 24 | 336 | 75 | 62 |
| Binary | 110001 | 1011111 | 11001101 | 1001100 | 110110 | 0 | 10100 | 11011110 | 111101 | 110010 |
Color Harmonies of #315FCD
Complementary color
Monochromatic Colors of #315FCD
Black with #315FCD
Text Example
Text Example
White with #315FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FCD; }
p { color: rgb(49,95,205); }
H1.HeaderClassName
{
color: #315FCD;
}
.AnyTagClassName
{
color: #315FCD;
}
</style>
background-color css
<style>
a { background-color: #315FCD; }
a { background-color: rgb(49,95,205); }
div.DivClassName
{
background-color: #315FCD;
}
.BgClassName
{
background-color: #315FCD;
}
</style>
border-color css
<style>
span { border-color: #315FCD; }
span { border-color: rgb(49,95,205); }
td.TdClassName
{
border-color: #315FCD;
}
.TagClassName
{
border-color: #315FCD;
}
</style>