Shades of Cerulean Blue #314DC1
Tints of Cerulean Blue #314DC1
RGB
CMYK
RGB Variations
Color information
#314DC1 (or 0x314DC1) is known color: Cerulean Blue. HEX triplet: 31, 4D and C1. RGB value is (49,77,193). Sum of RGB (Red+Green+Blue) = 49+77+193=319 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.36% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #314DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DC1 is #CEB23E. Grayscale: #515151. Windows color (decimal): -13546047 or 12668209. OLE color: 12668209.
HSL color Cylindrical-coordinate representation of color #314DC1: hue angle of 228.33º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #314DC1 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 49 | 77 | 193 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.24 |
| HSL | 228.33º | 0.6% | 0.47% | - |
| HSV(B) | 228.33º | 0.75% | 0.76% | - |
| XYZ | 13.55 | 9.81 | 51.63 | - |
| YUV | 81.85 | 190.72 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 193 | 0.75 | 0.60 | 0 | 0.24 | 228.33 | 0.6 | 0.47 |
| Hex | 31 | 4D | C1 | 4B | 3C | 0 | 18 | E4 | 3C | 2F |
| Octal | 61 | 115 | 301 | 113 | 74 | 0 | 30 | 344 | 74 | 57 |
| Binary | 110001 | 1001101 | 11000001 | 1001011 | 111100 | 0 | 11000 | 11100100 | 111100 | 101111 |
Color Harmonies of #314DC1
Complementary color
Monochromatic Colors of #314DC1
Black with #314DC1
Text Example
Text Example
White with #314DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DC1; }
p { color: rgb(49,77,193); }
H1.HeaderClassName
{
color: #314DC1;
}
.AnyTagClassName
{
color: #314DC1;
}
</style>
background-color css
<style>
a { background-color: #314DC1; }
a { background-color: rgb(49,77,193); }
div.DivClassName
{
background-color: #314DC1;
}
.BgClassName
{
background-color: #314DC1;
}
</style>
border-color css
<style>
span { border-color: #314DC1; }
span { border-color: rgb(49,77,193); }
td.TdClassName
{
border-color: #314DC1;
}
.TagClassName
{
border-color: #314DC1;
}
</style>