Shades of Cerulean Blue #315CBB
Tints of Cerulean Blue #315CBB
RGB
CMYK
RGB Variations
Color information
#315CBB (or 0x315CBB) is known color: Cerulean Blue. HEX triplet: 31, 5C and BB. RGB value is (49,92,187). Sum of RGB (Red+Green+Blue) = 49+92+187=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 187 (73.44% from 255 or 57.01% from 328); Max value from RGB is 187 - color contains mainly: blue. Hex color #315CBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CBB is #CEA344. Grayscale: #595959. Windows color (decimal): -13542213 or 12278833. OLE color: 12278833.
HSL color Cylindrical-coordinate representation of color #315CBB: hue angle of 221.3º 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 #315CBB is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 92 | 187 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.27 |
| HSL | 221.3º | 0.58% | 0.46% | - |
| HSV(B) | 221.3º | 0.74% | 0.73% | - |
| XYZ | 14.06 | 11.9 | 48.57 | - |
| YUV | 89.97 | 182.75 | 98.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 187 | 0.74 | 0.51 | 0 | 0.27 | 221.3 | 0.58 | 0.46 |
| Hex | 31 | 5C | BB | 4A | 33 | 0 | 1B | DD | 3A | 2E |
| Octal | 61 | 134 | 273 | 112 | 63 | 0 | 33 | 335 | 72 | 56 |
| Binary | 110001 | 1011100 | 10111011 | 1001010 | 110011 | 0 | 11011 | 11011101 | 111010 | 101110 |
Color Harmonies of #315CBB
Complementary color
Monochromatic Colors of #315CBB
Black with #315CBB
Text Example
Text Example
White with #315CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CBB; }
p { color: rgb(49,92,187); }
H1.HeaderClassName
{
color: #315CBB;
}
.AnyTagClassName
{
color: #315CBB;
}
</style>
background-color css
<style>
a { background-color: #315CBB; }
a { background-color: rgb(49,92,187); }
div.DivClassName
{
background-color: #315CBB;
}
.BgClassName
{
background-color: #315CBB;
}
</style>
border-color css
<style>
span { border-color: #315CBB; }
span { border-color: rgb(49,92,187); }
td.TdClassName
{
border-color: #315CBB;
}
.TagClassName
{
border-color: #315CBB;
}
</style>