Shades of Cerulean Blue #315CC1
Tints of Cerulean Blue #315CC1
RGB
CMYK
RGB Variations
Color information
#315CC1 (or 0x315CC1) is known color: Cerulean Blue. HEX triplet: 31, 5C and C1. RGB value is (49,92,193). Sum of RGB (Red+Green+Blue) = 49+92+193=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 92 (36.33% from 255 or 27.54% from 334); Blue value is 193 (75.78% from 255 or 57.78% from 334); Max value from RGB is 193 - color contains mainly: blue. Hex color #315CC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CC1 is #CEA33E. Grayscale: #5A5A5A. Windows color (decimal): -13542207 or 12672049. OLE color: 12672049.
HSL color Cylindrical-coordinate representation of color #315CC1: hue angle of 222.08º 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 #315CC1 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 92 | 193 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.24 |
| HSL | 222.08º | 0.6% | 0.47% | - |
| HSV(B) | 222.08º | 0.75% | 0.76% | - |
| XYZ | 14.72 | 12.16 | 52.02 | - |
| YUV | 90.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 193 | 0.75 | 0.52 | 0 | 0.24 | 222.08 | 0.6 | 0.47 |
| Hex | 31 | 5C | C1 | 4B | 34 | 0 | 18 | DE | 3C | 2F |
| Octal | 61 | 134 | 301 | 113 | 64 | 0 | 30 | 336 | 74 | 57 |
| Binary | 110001 | 1011100 | 11000001 | 1001011 | 110100 | 0 | 11000 | 11011110 | 111100 | 101111 |
Color Harmonies of #315CC1
Complementary color
Monochromatic Colors of #315CC1
Black with #315CC1
Text Example
Text Example
White with #315CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CC1; }
p { color: rgb(49,92,193); }
H1.HeaderClassName
{
color: #315CC1;
}
.AnyTagClassName
{
color: #315CC1;
}
</style>
background-color css
<style>
a { background-color: #315CC1; }
a { background-color: rgb(49,92,193); }
div.DivClassName
{
background-color: #315CC1;
}
.BgClassName
{
background-color: #315CC1;
}
</style>
border-color css
<style>
span { border-color: #315CC1; }
span { border-color: rgb(49,92,193); }
td.TdClassName
{
border-color: #315CC1;
}
.TagClassName
{
border-color: #315CC1;
}
</style>