Shades of Cerulean Blue #315DC7
Tints of Cerulean Blue #315DC7
RGB
CMYK
RGB Variations
Color information
#315DC7 (or 0x315DC7) is known color: Cerulean Blue. HEX triplet: 31, 5D and C7. RGB value is (49,93,199). Sum of RGB (Red+Green+Blue) = 49+93+199=341 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.37% from 341); Green value is 93 (36.72% from 255 or 27.27% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #315DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC7 is #CEA238. Grayscale: #5B5B5B. Windows color (decimal): -13541945 or 13065521. OLE color: 13065521.
HSL color Cylindrical-coordinate representation of color #315DC7: hue angle of 222.4º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315DC7 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 93 | 199 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.22 |
| HSL | 222.4º | 0.6% | 0.49% | - |
| HSV(B) | 222.4º | 0.75% | 0.78% | - |
| XYZ | 15.49 | 12.61 | 55.65 | - |
| YUV | 91.93 | 188.42 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 199 | 0.75 | 0.53 | 0 | 0.22 | 222.4 | 0.6 | 0.49 |
| Hex | 31 | 5D | C7 | 4B | 35 | 0 | 16 | DE | 3C | 31 |
| Octal | 61 | 135 | 307 | 113 | 65 | 0 | 26 | 336 | 74 | 61 |
| Binary | 110001 | 1011101 | 11000111 | 1001011 | 110101 | 0 | 10110 | 11011110 | 111100 | 110001 |
Color Harmonies of #315DC7
Complementary color
Monochromatic Colors of #315DC7
Black with #315DC7
Text Example
Text Example
White with #315DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DC7; }
p { color: rgb(49,93,199); }
H1.HeaderClassName
{
color: #315DC7;
}
.AnyTagClassName
{
color: #315DC7;
}
</style>
background-color css
<style>
a { background-color: #315DC7; }
a { background-color: rgb(49,93,199); }
div.DivClassName
{
background-color: #315DC7;
}
.BgClassName
{
background-color: #315DC7;
}
</style>
border-color css
<style>
span { border-color: #315DC7; }
span { border-color: rgb(49,93,199); }
td.TdClassName
{
border-color: #315DC7;
}
.TagClassName
{
border-color: #315DC7;
}
</style>