Shades of Cerulean Blue #314AAF
Tints of Cerulean Blue #314AAF
RGB
CMYK
RGB Variations
Color information
#314AAF (or 0x314AAF) is known color: Cerulean Blue. HEX triplet: 31, 4A and AF. RGB value is (49,74,175). Sum of RGB (Red+Green+Blue) = 49+74+175=298 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.44% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #314AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AAF is #CEB550. Grayscale: #4D4D4D. Windows color (decimal): -13546833 or 11487793. OLE color: 11487793.
HSL color Cylindrical-coordinate representation of color #314AAF: hue angle of 228.1º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #314AAF is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 74 | 175 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.31 |
| HSL | 228.1º | 0.56% | 0.44% | - |
| HSV(B) | 228.1º | 0.72% | 0.69% | - |
| XYZ | 11.45 | 8.65 | 41.62 | - |
| YUV | 78.04 | 182.72 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 175 | 0.72 | 0.58 | 0 | 0.31 | 228.1 | 0.56 | 0.44 |
| Hex | 31 | 4A | AF | 48 | 3A | 0 | 1F | E4 | 38 | 2C |
| Octal | 61 | 112 | 257 | 110 | 72 | 0 | 37 | 344 | 70 | 54 |
| Binary | 110001 | 1001010 | 10101111 | 1001000 | 111010 | 0 | 11111 | 11100100 | 111000 | 101100 |
Color Harmonies of #314AAF
Complementary color
Monochromatic Colors of #314AAF
Black with #314AAF
Text Example
Text Example
White with #314AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AAF; }
p { color: rgb(49,74,175); }
H1.HeaderClassName
{
color: #314AAF;
}
.AnyTagClassName
{
color: #314AAF;
}
</style>
background-color css
<style>
a { background-color: #314AAF; }
a { background-color: rgb(49,74,175); }
div.DivClassName
{
background-color: #314AAF;
}
.BgClassName
{
background-color: #314AAF;
}
</style>
border-color css
<style>
span { border-color: #314AAF; }
span { border-color: rgb(49,74,175); }
td.TdClassName
{
border-color: #314AAF;
}
.TagClassName
{
border-color: #314AAF;
}
</style>