Shades of Cerulean Blue #315DC5
Tints of Cerulean Blue #315DC5
RGB
CMYK
RGB Variations
Color information
#315DC5 (or 0x315DC5) is known color: Cerulean Blue. HEX triplet: 31, 5D and C5. RGB value is (49,93,197). Sum of RGB (Red+Green+Blue) = 49+93+197=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 197 (77.34% from 255 or 58.11% from 339); Max value from RGB is 197 - color contains mainly: blue. Hex color #315DC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC5 is #CEA23A. Grayscale: #5B5B5B. Windows color (decimal): -13541947 or 12934449. OLE color: 12934449.
HSL color Cylindrical-coordinate representation of color #315DC5: hue angle of 222.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315DC5 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 93 | 197 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.23 |
| HSL | 222.16º | 0.6% | 0.48% | - |
| HSV(B) | 222.16º | 0.75% | 0.77% | - |
| XYZ | 15.26 | 12.51 | 54.43 | - |
| YUV | 91.7 | 187.42 | 97.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 197 | 0.75 | 0.53 | 0 | 0.23 | 222.16 | 0.6 | 0.48 |
| Hex | 31 | 5D | C5 | 4B | 35 | 0 | 17 | DE | 3C | 30 |
| Octal | 61 | 135 | 305 | 113 | 65 | 0 | 27 | 336 | 74 | 60 |
| Binary | 110001 | 1011101 | 11000101 | 1001011 | 110101 | 0 | 10111 | 11011110 | 111100 | 110000 |
Color Harmonies of #315DC5
Complementary color
Monochromatic Colors of #315DC5
Black with #315DC5
Text Example
Text Example
White with #315DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DC5; }
p { color: rgb(49,93,197); }
H1.HeaderClassName
{
color: #315DC5;
}
.AnyTagClassName
{
color: #315DC5;
}
</style>
background-color css
<style>
a { background-color: #315DC5; }
a { background-color: rgb(49,93,197); }
div.DivClassName
{
background-color: #315DC5;
}
.BgClassName
{
background-color: #315DC5;
}
</style>
border-color css
<style>
span { border-color: #315DC5; }
span { border-color: rgb(49,93,197); }
td.TdClassName
{
border-color: #315DC5;
}
.TagClassName
{
border-color: #315DC5;
}
</style>