Shades of Cerulean Blue #315FBA
Tints of Cerulean Blue #315FBA
RGB
CMYK
RGB Variations
Color information
#315FBA (or 0x315FBA) is known color: Cerulean Blue. HEX triplet: 31, 5F and BA. RGB value is (49,95,186). Sum of RGB (Red+Green+Blue) = 49+95+186=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 95 (37.5% from 255 or 28.79% from 330); Blue value is 186 (73.05% from 255 or 56.36% from 330); Max value from RGB is 186 - color contains mainly: blue. Hex color #315FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FBA is #CEA045. Grayscale: #5B5B5B. Windows color (decimal): -13541446 or 12214065. OLE color: 12214065.
HSL color Cylindrical-coordinate representation of color #315FBA: hue angle of 219.85º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315FBA is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 95 | 186 | - |
| CMYK | 0.74 | 0.49 | 0 | 0.27 |
| HSL | 219.85º | 0.58% | 0.46% | - |
| HSV(B) | 219.85º | 0.74% | 0.73% | - |
| XYZ | 14.22 | 12.38 | 48.09 | - |
| YUV | 91.62 | 181.26 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 186 | 0.74 | 0.49 | 0 | 0.27 | 219.85 | 0.58 | 0.46 |
| Hex | 31 | 5F | BA | 4A | 31 | 0 | 1B | DC | 3A | 2E |
| Octal | 61 | 137 | 272 | 112 | 61 | 0 | 33 | 334 | 72 | 56 |
| Binary | 110001 | 1011111 | 10111010 | 1001010 | 110001 | 0 | 11011 | 11011100 | 111010 | 101110 |
Color Harmonies of #315FBA
Complementary color
Monochromatic Colors of #315FBA
Black with #315FBA
Text Example
Text Example
White with #315FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FBA; }
p { color: rgb(49,95,186); }
H1.HeaderClassName
{
color: #315FBA;
}
.AnyTagClassName
{
color: #315FBA;
}
</style>
background-color css
<style>
a { background-color: #315FBA; }
a { background-color: rgb(49,95,186); }
div.DivClassName
{
background-color: #315FBA;
}
.BgClassName
{
background-color: #315FBA;
}
</style>
border-color css
<style>
span { border-color: #315FBA; }
span { border-color: rgb(49,95,186); }
td.TdClassName
{
border-color: #315FBA;
}
.TagClassName
{
border-color: #315FBA;
}
</style>