Shades of Cerulean Blue #315DC0
Tints of Cerulean Blue #315DC0
RGB
CMYK
RGB Variations
Color information
#315DC0 (or 0x315DC0) is known color: Cerulean Blue. HEX triplet: 31, 5D and C0. RGB value is (49,93,192). Sum of RGB (Red+Green+Blue) = 49+93+192=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 192 (75.39% from 255 or 57.49% from 334); Max value from RGB is 192 - color contains mainly: blue. Hex color #315DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DC0 is #CEA23F. Grayscale: #5A5A5A. Windows color (decimal): -13541952 or 12606769. OLE color: 12606769.
HSL color Cylindrical-coordinate representation of color #315DC0: hue angle of 221.54º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DC0 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 93 | 192 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.25 |
| HSL | 221.54º | 0.59% | 0.47% | - |
| HSV(B) | 221.54º | 0.74% | 0.75% | - |
| XYZ | 14.7 | 12.29 | 51.47 | - |
| YUV | 91.13 | 184.92 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 192 | 0.74 | 0.52 | 0 | 0.25 | 221.54 | 0.59 | 0.47 |
| Hex | 31 | 5D | C0 | 4A | 34 | 0 | 19 | DE | 3B | 2F |
| Octal | 61 | 135 | 300 | 112 | 64 | 0 | 31 | 336 | 73 | 57 |
| Binary | 110001 | 1011101 | 11000000 | 1001010 | 110100 | 0 | 11001 | 11011110 | 111011 | 101111 |
Color Harmonies of #315DC0
Complementary color
Monochromatic Colors of #315DC0
Black with #315DC0
Text Example
Text Example
White with #315DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DC0; }
p { color: rgb(49,93,192); }
H1.HeaderClassName
{
color: #315DC0;
}
.AnyTagClassName
{
color: #315DC0;
}
</style>
background-color css
<style>
a { background-color: #315DC0; }
a { background-color: rgb(49,93,192); }
div.DivClassName
{
background-color: #315DC0;
}
.BgClassName
{
background-color: #315DC0;
}
</style>
border-color css
<style>
span { border-color: #315DC0; }
span { border-color: rgb(49,93,192); }
td.TdClassName
{
border-color: #315DC0;
}
.TagClassName
{
border-color: #315DC0;
}
</style>