Shades of Cerulean Blue #315EC1
Tints of Cerulean Blue #315EC1
RGB
CMYK
RGB Variations
Color information
#315EC1 (or 0x315EC1) is known color: Cerulean Blue. HEX triplet: 31, 5E and C1. RGB value is (49,94,193). Sum of RGB (Red+Green+Blue) = 49+94+193=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 193 (75.78% from 255 or 57.44% from 336); Max value from RGB is 193 - color contains mainly: blue. Hex color #315EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EC1 is #CEA13E. Grayscale: #5B5B5B. Windows color (decimal): -13541695 or 12672561. OLE color: 12672561.
HSL color Cylindrical-coordinate representation of color #315EC1: hue angle of 221.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #315EC1 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 94 | 193 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.24 |
| HSL | 221.25º | 0.6% | 0.47% | - |
| HSV(B) | 221.25º | 0.75% | 0.76% | - |
| XYZ | 14.89 | 12.51 | 52.08 | - |
| YUV | 91.83 | 185.09 | 97.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 193 | 0.75 | 0.51 | 0 | 0.24 | 221.25 | 0.6 | 0.47 |
| Hex | 31 | 5E | C1 | 4B | 33 | 0 | 18 | DD | 3C | 2F |
| Octal | 61 | 136 | 301 | 113 | 63 | 0 | 30 | 335 | 74 | 57 |
| Binary | 110001 | 1011110 | 11000001 | 1001011 | 110011 | 0 | 11000 | 11011101 | 111100 | 101111 |
Color Harmonies of #315EC1
Complementary color
Monochromatic Colors of #315EC1
Black with #315EC1
Text Example
Text Example
White with #315EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EC1; }
p { color: rgb(49,94,193); }
H1.HeaderClassName
{
color: #315EC1;
}
.AnyTagClassName
{
color: #315EC1;
}
</style>
background-color css
<style>
a { background-color: #315EC1; }
a { background-color: rgb(49,94,193); }
div.DivClassName
{
background-color: #315EC1;
}
.BgClassName
{
background-color: #315EC1;
}
</style>
border-color css
<style>
span { border-color: #315EC1; }
span { border-color: rgb(49,94,193); }
td.TdClassName
{
border-color: #315EC1;
}
.TagClassName
{
border-color: #315EC1;
}
</style>