Shades of Cerulean Blue #315DB1
Tints of Cerulean Blue #315DB1
RGB
CMYK
RGB Variations
Color information
#315DB1 (or 0x315DB1) is known color: Cerulean Blue. HEX triplet: 31, 5D and B1. RGB value is (49,93,177). Sum of RGB (Red+Green+Blue) = 49+93+177=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 93 (36.72% from 255 or 29.15% from 319); Blue value is 177 (69.53% from 255 or 55.49% from 319); Max value from RGB is 177 - color contains mainly: blue. Hex color #315DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315DB1 is #CEA24E. Grayscale: #595959. Windows color (decimal): -13541967 or 11623729. OLE color: 11623729.
HSL color Cylindrical-coordinate representation of color #315DB1: hue angle of 219.38º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315DB1 is Cyan = 0.72, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 93 | 177 | - |
| CMYK | 0.72 | 0.47 | 0 | 0.31 |
| HSL | 219.38º | 0.57% | 0.44% | - |
| HSV(B) | 219.38º | 0.72% | 0.69% | - |
| XYZ | 13.12 | 11.66 | 43.15 | - |
| YUV | 89.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 177 | 0.72 | 0.47 | 0 | 0.31 | 219.38 | 0.57 | 0.44 |
| Hex | 31 | 5D | B1 | 48 | 2F | 0 | 1F | DB | 39 | 2C |
| Octal | 61 | 135 | 261 | 110 | 57 | 0 | 37 | 333 | 71 | 54 |
| Binary | 110001 | 1011101 | 10110001 | 1001000 | 101111 | 0 | 11111 | 11011011 | 111001 | 101100 |
Color Harmonies of #315DB1
Complementary color
Monochromatic Colors of #315DB1
Black with #315DB1
Text Example
Text Example
White with #315DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DB1; }
p { color: rgb(49,93,177); }
H1.HeaderClassName
{
color: #315DB1;
}
.AnyTagClassName
{
color: #315DB1;
}
</style>
background-color css
<style>
a { background-color: #315DB1; }
a { background-color: rgb(49,93,177); }
div.DivClassName
{
background-color: #315DB1;
}
.BgClassName
{
background-color: #315DB1;
}
</style>
border-color css
<style>
span { border-color: #315DB1; }
span { border-color: rgb(49,93,177); }
td.TdClassName
{
border-color: #315DB1;
}
.TagClassName
{
border-color: #315DB1;
}
</style>