Shades of Cerulean Blue #315EBB
Tints of Cerulean Blue #315EBB
RGB
CMYK
RGB Variations
Color information
#315EBB (or 0x315EBB) is known color: Cerulean Blue. HEX triplet: 31, 5E and BB. RGB value is (49,94,187). Sum of RGB (Red+Green+Blue) = 49+94+187=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 187 (73.44% from 255 or 56.67% from 330); Max value from RGB is 187 - color contains mainly: blue. Hex color #315EBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EBB is #CEA144. Grayscale: #5A5A5A. Windows color (decimal): -13541701 or 12279345. OLE color: 12279345.
HSL color Cylindrical-coordinate representation of color #315EBB: hue angle of 220.43º 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 #315EBB is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 94 | 187 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.27 |
| HSL | 220.43º | 0.58% | 0.46% | - |
| HSV(B) | 220.43º | 0.74% | 0.73% | - |
| XYZ | 14.24 | 12.25 | 48.63 | - |
| YUV | 91.15 | 182.09 | 97.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 187 | 0.74 | 0.50 | 0 | 0.27 | 220.43 | 0.58 | 0.46 |
| Hex | 31 | 5E | BB | 4A | 32 | 0 | 1B | DC | 3A | 2E |
| Octal | 61 | 136 | 273 | 112 | 62 | 0 | 33 | 334 | 72 | 56 |
| Binary | 110001 | 1011110 | 10111011 | 1001010 | 110010 | 0 | 11011 | 11011100 | 111010 | 101110 |
Color Harmonies of #315EBB
Complementary color
Monochromatic Colors of #315EBB
Black with #315EBB
Text Example
Text Example
White with #315EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EBB; }
p { color: rgb(49,94,187); }
H1.HeaderClassName
{
color: #315EBB;
}
.AnyTagClassName
{
color: #315EBB;
}
</style>
background-color css
<style>
a { background-color: #315EBB; }
a { background-color: rgb(49,94,187); }
div.DivClassName
{
background-color: #315EBB;
}
.BgClassName
{
background-color: #315EBB;
}
</style>
border-color css
<style>
span { border-color: #315EBB; }
span { border-color: rgb(49,94,187); }
td.TdClassName
{
border-color: #315EBB;
}
.TagClassName
{
border-color: #315EBB;
}
</style>