Shades of Cerulean Blue #314BC2
Tints of Cerulean Blue #314BC2
RGB
CMYK
RGB Variations
Color information
#314BC2 (or 0x314BC2) is known color: Cerulean Blue. HEX triplet: 31, 4B and C2. RGB value is (49,75,194). Sum of RGB (Red+Green+Blue) = 49+75+194=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 194 (76.17% from 255 or 61.01% from 318); Max value from RGB is 194 - color contains mainly: blue. Hex color #314BC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314BC2 is #CEB43D. Grayscale: #505050. Windows color (decimal): -13546558 or 12733233. OLE color: 12733233.
HSL color Cylindrical-coordinate representation of color #314BC2: hue angle of 229.24º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314BC2 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 75 | 194 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.24 |
| HSL | 229.24º | 0.6% | 0.48% | - |
| HSV(B) | 229.24º | 0.75% | 0.76% | - |
| XYZ | 13.52 | 9.58 | 52.18 | - |
| YUV | 80.79 | 191.89 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 194 | 0.75 | 0.61 | 0 | 0.24 | 229.24 | 0.6 | 0.48 |
| Hex | 31 | 4B | C2 | 4B | 3D | 0 | 18 | E5 | 3C | 30 |
| Octal | 61 | 113 | 302 | 113 | 75 | 0 | 30 | 345 | 74 | 60 |
| Binary | 110001 | 1001011 | 11000010 | 1001011 | 111101 | 0 | 11000 | 11100101 | 111100 | 110000 |
Color Harmonies of #314BC2
Complementary color
Monochromatic Colors of #314BC2
Black with #314BC2
Text Example
Text Example
White with #314BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BC2; }
p { color: rgb(49,75,194); }
H1.HeaderClassName
{
color: #314BC2;
}
.AnyTagClassName
{
color: #314BC2;
}
</style>
background-color css
<style>
a { background-color: #314BC2; }
a { background-color: rgb(49,75,194); }
div.DivClassName
{
background-color: #314BC2;
}
.BgClassName
{
background-color: #314BC2;
}
</style>
border-color css
<style>
span { border-color: #314BC2; }
span { border-color: rgb(49,75,194); }
td.TdClassName
{
border-color: #314BC2;
}
.TagClassName
{
border-color: #314BC2;
}
</style>