Shades of Cerulean Blue #315EC4
Tints of Cerulean Blue #315EC4
RGB
CMYK
RGB Variations
Color information
#315EC4 (or 0x315EC4) is known color: Cerulean Blue. HEX triplet: 31, 5E and C4. RGB value is (49,94,196). Sum of RGB (Red+Green+Blue) = 49+94+196=339 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.45% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 196 (76.95% from 255 or 57.82% from 339); Max value from RGB is 196 - color contains mainly: blue. Hex color #315EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EC4 is #CEA13B. Grayscale: #5B5B5B. Windows color (decimal): -13541692 or 12869169. OLE color: 12869169.
HSL color Cylindrical-coordinate representation of color #315EC4: hue angle of 221.63º 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 #315EC4 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 49 | 94 | 196 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.23 |
| HSL | 221.63º | 0.6% | 0.48% | - |
| HSV(B) | 221.63º | 0.75% | 0.77% | - |
| XYZ | 15.23 | 12.64 | 53.86 | - |
| YUV | 92.17 | 186.59 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 196 | 0.75 | 0.52 | 0 | 0.23 | 221.63 | 0.6 | 0.48 |
| Hex | 31 | 5E | C4 | 4B | 34 | 0 | 17 | DE | 3C | 30 |
| Octal | 61 | 136 | 304 | 113 | 64 | 0 | 27 | 336 | 74 | 60 |
| Binary | 110001 | 1011110 | 11000100 | 1001011 | 110100 | 0 | 10111 | 11011110 | 111100 | 110000 |
Color Harmonies of #315EC4
Complementary color
Monochromatic Colors of #315EC4
Black with #315EC4
Text Example
Text Example
White with #315EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EC4; }
p { color: rgb(49,94,196); }
H1.HeaderClassName
{
color: #315EC4;
}
.AnyTagClassName
{
color: #315EC4;
}
</style>
background-color css
<style>
a { background-color: #315EC4; }
a { background-color: rgb(49,94,196); }
div.DivClassName
{
background-color: #315EC4;
}
.BgClassName
{
background-color: #315EC4;
}
</style>
border-color css
<style>
span { border-color: #315EC4; }
span { border-color: rgb(49,94,196); }
td.TdClassName
{
border-color: #315EC4;
}
.TagClassName
{
border-color: #315EC4;
}
</style>