Shades of Cerulean Blue #315FB4
Tints of Cerulean Blue #315FB4
RGB
CMYK
RGB Variations
Color information
#315FB4 (or 0x315FB4) is known color: Cerulean Blue. HEX triplet: 31, 5F and B4. RGB value is (49,95,180). Sum of RGB (Red+Green+Blue) = 49+95+180=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 95 (37.5% from 255 or 29.32% from 324); Blue value is 180 (70.70% from 255 or 55.56% from 324); Max value from RGB is 180 - color contains mainly: blue. Hex color #315FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FB4 is #CEA04B. Grayscale: #5A5A5A. Windows color (decimal): -13541452 or 11820849. OLE color: 11820849.
HSL color Cylindrical-coordinate representation of color #315FB4: hue angle of 218.93º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315FB4 is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 95 | 180 | - |
| CMYK | 0.73 | 0.47 | 0 | 0.29 |
| HSL | 218.93º | 0.57% | 0.45% | - |
| HSV(B) | 218.93º | 0.73% | 0.71% | - |
| XYZ | 13.6 | 12.13 | 44.81 | - |
| YUV | 90.94 | 178.26 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 180 | 0.73 | 0.47 | 0 | 0.29 | 218.93 | 0.57 | 0.45 |
| Hex | 31 | 5F | B4 | 49 | 2F | 0 | 1D | DB | 39 | 2D |
| Octal | 61 | 137 | 264 | 111 | 57 | 0 | 35 | 333 | 71 | 55 |
| Binary | 110001 | 1011111 | 10110100 | 1001001 | 101111 | 0 | 11101 | 11011011 | 111001 | 101101 |
Color Harmonies of #315FB4
Complementary color
Monochromatic Colors of #315FB4
Black with #315FB4
Text Example
Text Example
White with #315FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FB4; }
p { color: rgb(49,95,180); }
H1.HeaderClassName
{
color: #315FB4;
}
.AnyTagClassName
{
color: #315FB4;
}
</style>
background-color css
<style>
a { background-color: #315FB4; }
a { background-color: rgb(49,95,180); }
div.DivClassName
{
background-color: #315FB4;
}
.BgClassName
{
background-color: #315FB4;
}
</style>
border-color css
<style>
span { border-color: #315FB4; }
span { border-color: rgb(49,95,180); }
td.TdClassName
{
border-color: #315FB4;
}
.TagClassName
{
border-color: #315FB4;
}
</style>