Shades of Cerulean Blue #314DC6
Tints of Cerulean Blue #314DC6
RGB
CMYK
RGB Variations
Color information
#314DC6 (or 0x314DC6) is known color: Cerulean Blue. HEX triplet: 31, 4D and C6. RGB value is (49,77,198). Sum of RGB (Red+Green+Blue) = 49+77+198=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 198 (77.73% from 255 or 61.11% from 324); Max value from RGB is 198 - color contains mainly: blue. Hex color #314DC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC6 is #CEB239. Grayscale: #515151. Windows color (decimal): -13546042 or 12995889. OLE color: 12995889.
HSL color Cylindrical-coordinate representation of color #314DC6: hue angle of 228.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314DC6 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 49 | 77 | 198 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.22 |
| HSL | 228.72º | 0.6% | 0.48% | - |
| HSV(B) | 228.72º | 0.75% | 0.78% | - |
| XYZ | 14.11 | 10.04 | 54.62 | - |
| YUV | 82.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 198 | 0.75 | 0.61 | 0 | 0.22 | 228.72 | 0.6 | 0.48 |
| Hex | 31 | 4D | C6 | 4B | 3D | 0 | 16 | E5 | 3C | 30 |
| Octal | 61 | 115 | 306 | 113 | 75 | 0 | 26 | 345 | 74 | 60 |
| Binary | 110001 | 1001101 | 11000110 | 1001011 | 111101 | 0 | 10110 | 11100101 | 111100 | 110000 |
Color Harmonies of #314DC6
Complementary color
Monochromatic Colors of #314DC6
Black with #314DC6
Text Example
Text Example
White with #314DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DC6; }
p { color: rgb(49,77,198); }
H1.HeaderClassName
{
color: #314DC6;
}
.AnyTagClassName
{
color: #314DC6;
}
</style>
background-color css
<style>
a { background-color: #314DC6; }
a { background-color: rgb(49,77,198); }
div.DivClassName
{
background-color: #314DC6;
}
.BgClassName
{
background-color: #314DC6;
}
</style>
border-color css
<style>
span { border-color: #314DC6; }
span { border-color: rgb(49,77,198); }
td.TdClassName
{
border-color: #314DC6;
}
.TagClassName
{
border-color: #314DC6;
}
</style>