Shades of Cerulean Blue #314FAC
Tints of Cerulean Blue #314FAC
RGB
CMYK
RGB Variations
Color information
#314FAC (or 0x314FAC) is known color: Cerulean Blue. HEX triplet: 31, 4F and AC. RGB value is (49,79,172). Sum of RGB (Red+Green+Blue) = 49+79+172=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #314FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #314FAC is #CEB053. Grayscale: #505050. Windows color (decimal): -13545556 or 11292465. OLE color: 11292465.
HSL color Cylindrical-coordinate representation of color #314FAC: hue angle of 225.37º 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 #314FAC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 79 | 172 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.33 |
| HSL | 225.37º | 0.56% | 0.43% | - |
| HSV(B) | 225.37º | 0.72% | 0.67% | - |
| XYZ | 11.51 | 9.22 | 40.2 | - |
| YUV | 80.63 | 179.56 | 105.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 79 | 172 | 0.72 | 0.54 | 0 | 0.33 | 225.37 | 0.56 | 0.43 |
| Hex | 31 | 4F | AC | 48 | 36 | 0 | 21 | E1 | 38 | 2B |
| Octal | 61 | 117 | 254 | 110 | 66 | 0 | 41 | 341 | 70 | 53 |
| Binary | 110001 | 1001111 | 10101100 | 1001000 | 110110 | 0 | 100001 | 11100001 | 111000 | 101011 |
Color Harmonies of #314FAC
Complementary color
Monochromatic Colors of #314FAC
Black with #314FAC
Text Example
Text Example
White with #314FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314FAC; }
p { color: rgb(49,79,172); }
H1.HeaderClassName
{
color: #314FAC;
}
.AnyTagClassName
{
color: #314FAC;
}
</style>
background-color css
<style>
a { background-color: #314FAC; }
a { background-color: rgb(49,79,172); }
div.DivClassName
{
background-color: #314FAC;
}
.BgClassName
{
background-color: #314FAC;
}
</style>
border-color css
<style>
span { border-color: #314FAC; }
span { border-color: rgb(49,79,172); }
td.TdClassName
{
border-color: #314FAC;
}
.TagClassName
{
border-color: #314FAC;
}
</style>