Shades of Cerulean Blue #315BC1
Tints of Cerulean Blue #315BC1
RGB
CMYK
RGB Variations
Color information
#315BC1 (or 0x315BC1) is known color: Cerulean Blue. HEX triplet: 31, 5B and C1. RGB value is (49,91,193). Sum of RGB (Red+Green+Blue) = 49+91+193=333 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.71% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 193 (75.78% from 255 or 57.96% from 333); Max value from RGB is 193 - color contains mainly: blue. Hex color #315BC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BC1 is #CEA43E. Grayscale: #595959. Windows color (decimal): -13542463 or 12671793. OLE color: 12671793.
HSL color Cylindrical-coordinate representation of color #315BC1: hue angle of 222.5º 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 #315BC1 is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 91 | 193 | - |
| CMYK | 0.75 | 0.53 | 0 | 0.24 |
| HSL | 222.5º | 0.6% | 0.47% | - |
| HSV(B) | 222.5º | 0.75% | 0.76% | - |
| XYZ | 14.63 | 11.99 | 51.99 | - |
| YUV | 90.07 | 186.09 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 193 | 0.75 | 0.53 | 0 | 0.24 | 222.5 | 0.6 | 0.47 |
| Hex | 31 | 5B | C1 | 4B | 35 | 0 | 18 | DE | 3C | 2F |
| Octal | 61 | 133 | 301 | 113 | 65 | 0 | 30 | 336 | 74 | 57 |
| Binary | 110001 | 1011011 | 11000001 | 1001011 | 110101 | 0 | 11000 | 11011110 | 111100 | 101111 |
Color Harmonies of #315BC1
Complementary color
Monochromatic Colors of #315BC1
Black with #315BC1
Text Example
Text Example
White with #315BC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BC1; }
p { color: rgb(49,91,193); }
H1.HeaderClassName
{
color: #315BC1;
}
.AnyTagClassName
{
color: #315BC1;
}
</style>
background-color css
<style>
a { background-color: #315BC1; }
a { background-color: rgb(49,91,193); }
div.DivClassName
{
background-color: #315BC1;
}
.BgClassName
{
background-color: #315BC1;
}
</style>
border-color css
<style>
span { border-color: #315BC1; }
span { border-color: rgb(49,91,193); }
td.TdClassName
{
border-color: #315BC1;
}
.TagClassName
{
border-color: #315BC1;
}
</style>