Shades of Cerulean Blue #314DB4
Tints of Cerulean Blue #314DB4
RGB
CMYK
RGB Variations
Color information
#314DB4 (or 0x314DB4) is known color: Cerulean Blue. HEX triplet: 31, 4D and B4. RGB value is (49,77,180). Sum of RGB (Red+Green+Blue) = 49+77+180=306 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.01% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 180 (70.70% from 255 or 58.82% from 306); Max value from RGB is 180 - color contains mainly: blue. Hex color #314DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #314DB4 is #CEB24B. Grayscale: #4F4F4F. Windows color (decimal): -13546060 or 11816241. OLE color: 11816241.
HSL color Cylindrical-coordinate representation of color #314DB4: hue angle of 227.18º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314DB4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 77 | 180 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.29 |
| HSL | 227.18º | 0.57% | 0.45% | - |
| HSV(B) | 227.18º | 0.73% | 0.71% | - |
| XYZ | 12.16 | 9.26 | 44.33 | - |
| YUV | 80.37 | 184.22 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 180 | 0.73 | 0.57 | 0 | 0.29 | 227.18 | 0.57 | 0.45 |
| Hex | 31 | 4D | B4 | 49 | 39 | 0 | 1D | E3 | 39 | 2D |
| Octal | 61 | 115 | 264 | 111 | 71 | 0 | 35 | 343 | 71 | 55 |
| Binary | 110001 | 1001101 | 10110100 | 1001001 | 111001 | 0 | 11101 | 11100011 | 111001 | 101101 |
Color Harmonies of #314DB4
Complementary color
Monochromatic Colors of #314DB4
Black with #314DB4
Text Example
Text Example
White with #314DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DB4; }
p { color: rgb(49,77,180); }
H1.HeaderClassName
{
color: #314DB4;
}
.AnyTagClassName
{
color: #314DB4;
}
</style>
background-color css
<style>
a { background-color: #314DB4; }
a { background-color: rgb(49,77,180); }
div.DivClassName
{
background-color: #314DB4;
}
.BgClassName
{
background-color: #314DB4;
}
</style>
border-color css
<style>
span { border-color: #314DB4; }
span { border-color: rgb(49,77,180); }
td.TdClassName
{
border-color: #314DB4;
}
.TagClassName
{
border-color: #314DB4;
}
</style>