Shades of Cerulean Blue #314DAC
Tints of Cerulean Blue #314DAC
RGB
CMYK
RGB Variations
Color information
#314DAC (or 0x314DAC) is known color: Cerulean Blue. HEX triplet: 31, 4D and AC. RGB value is (49,77,172). Sum of RGB (Red+Green+Blue) = 49+77+172=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #314DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314DAC is #CEB253. Grayscale: #4F4F4F. Windows color (decimal): -13546068 or 11291953. OLE color: 11291953.
HSL color Cylindrical-coordinate representation of color #314DAC: hue angle of 226.34º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314DAC is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 77 | 172 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.33 |
| HSL | 226.34º | 0.56% | 0.43% | - |
| HSV(B) | 226.34º | 0.72% | 0.67% | - |
| XYZ | 11.37 | 8.94 | 40.16 | - |
| YUV | 79.46 | 180.22 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 77 | 172 | 0.72 | 0.55 | 0 | 0.33 | 226.34 | 0.56 | 0.43 |
| Hex | 31 | 4D | AC | 48 | 37 | 0 | 21 | E2 | 38 | 2B |
| Octal | 61 | 115 | 254 | 110 | 67 | 0 | 41 | 342 | 70 | 53 |
| Binary | 110001 | 1001101 | 10101100 | 1001000 | 110111 | 0 | 100001 | 11100010 | 111000 | 101011 |
Color Harmonies of #314DAC
Complementary color
Monochromatic Colors of #314DAC
Black with #314DAC
Text Example
Text Example
White with #314DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314DAC; }
p { color: rgb(49,77,172); }
H1.HeaderClassName
{
color: #314DAC;
}
.AnyTagClassName
{
color: #314DAC;
}
</style>
background-color css
<style>
a { background-color: #314DAC; }
a { background-color: rgb(49,77,172); }
div.DivClassName
{
background-color: #314DAC;
}
.BgClassName
{
background-color: #314DAC;
}
</style>
border-color css
<style>
span { border-color: #314DAC; }
span { border-color: rgb(49,77,172); }
td.TdClassName
{
border-color: #314DAC;
}
.TagClassName
{
border-color: #314DAC;
}
</style>