Shades of Cerulean Blue #315BBC
Tints of Cerulean Blue #315BBC
RGB
CMYK
RGB Variations
Color information
#315BBC (or 0x315BBC) is known color: Cerulean Blue. HEX triplet: 31, 5B and BC. RGB value is (49,91,188). Sum of RGB (Red+Green+Blue) = 49+91+188=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 188 (73.83% from 255 or 57.32% from 328); Max value from RGB is 188 - color contains mainly: blue. Hex color #315BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BBC is #CEA443. Grayscale: #595959. Windows color (decimal): -13542468 or 12344113. OLE color: 12344113.
HSL color Cylindrical-coordinate representation of color #315BBC: hue angle of 221.87º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315BBC is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 91 | 188 | - |
| CMYK | 0.74 | 0.52 | 0 | 0.26 |
| HSL | 221.87º | 0.59% | 0.46% | - |
| HSV(B) | 221.87º | 0.74% | 0.74% | - |
| XYZ | 14.08 | 11.77 | 49.11 | - |
| YUV | 89.5 | 183.59 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 188 | 0.74 | 0.52 | 0 | 0.26 | 221.87 | 0.59 | 0.46 |
| Hex | 31 | 5B | BC | 4A | 34 | 0 | 1A | DE | 3B | 2E |
| Octal | 61 | 133 | 274 | 112 | 64 | 0 | 32 | 336 | 73 | 56 |
| Binary | 110001 | 1011011 | 10111100 | 1001010 | 110100 | 0 | 11010 | 11011110 | 111011 | 101110 |
Color Harmonies of #315BBC
Complementary color
Monochromatic Colors of #315BBC
Black with #315BBC
Text Example
Text Example
White with #315BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BBC; }
p { color: rgb(49,91,188); }
H1.HeaderClassName
{
color: #315BBC;
}
.AnyTagClassName
{
color: #315BBC;
}
</style>
background-color css
<style>
a { background-color: #315BBC; }
a { background-color: rgb(49,91,188); }
div.DivClassName
{
background-color: #315BBC;
}
.BgClassName
{
background-color: #315BBC;
}
</style>
border-color css
<style>
span { border-color: #315BBC; }
span { border-color: rgb(49,91,188); }
td.TdClassName
{
border-color: #315BBC;
}
.TagClassName
{
border-color: #315BBC;
}
</style>