Shades of Cerulean Blue #315CBC
Tints of Cerulean Blue #315CBC
RGB
CMYK
RGB Variations
Color information
#315CBC (or 0x315CBC) is known color: Cerulean Blue. HEX triplet: 31, 5C and BC. RGB value is (49,92,188). Sum of RGB (Red+Green+Blue) = 49+92+188=329 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.89% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 188 (73.83% from 255 or 57.14% from 329); Max value from RGB is 188 - color contains mainly: blue. Hex color #315CBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CBC is #CEA343. Grayscale: #595959. Windows color (decimal): -13542212 or 12344369. OLE color: 12344369.
HSL color Cylindrical-coordinate representation of color #315CBC: hue angle of 221.44º 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 #315CBC is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 92 | 188 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.26 |
| HSL | 221.44º | 0.59% | 0.46% | - |
| HSV(B) | 221.44º | 0.74% | 0.74% | - |
| XYZ | 14.17 | 11.94 | 49.13 | - |
| YUV | 90.09 | 183.25 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 188 | 0.74 | 0.51 | 0 | 0.26 | 221.44 | 0.59 | 0.46 |
| Hex | 31 | 5C | BC | 4A | 33 | 0 | 1A | DD | 3B | 2E |
| Octal | 61 | 134 | 274 | 112 | 63 | 0 | 32 | 335 | 73 | 56 |
| Binary | 110001 | 1011100 | 10111100 | 1001010 | 110011 | 0 | 11010 | 11011101 | 111011 | 101110 |
Color Harmonies of #315CBC
Complementary color
Monochromatic Colors of #315CBC
Black with #315CBC
Text Example
Text Example
White with #315CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CBC; }
p { color: rgb(49,92,188); }
H1.HeaderClassName
{
color: #315CBC;
}
.AnyTagClassName
{
color: #315CBC;
}
</style>
background-color css
<style>
a { background-color: #315CBC; }
a { background-color: rgb(49,92,188); }
div.DivClassName
{
background-color: #315CBC;
}
.BgClassName
{
background-color: #315CBC;
}
</style>
border-color css
<style>
span { border-color: #315CBC; }
span { border-color: rgb(49,92,188); }
td.TdClassName
{
border-color: #315CBC;
}
.TagClassName
{
border-color: #315CBC;
}
</style>