Shades of Cerulean Blue #314CAF
Tints of Cerulean Blue #314CAF
RGB
CMYK
RGB Variations
Color information
#314CAF (or 0x314CAF) is known color: Cerulean Blue. HEX triplet: 31, 4C and AF. RGB value is (49,76,175). Sum of RGB (Red+Green+Blue) = 49+76+175=300 (39% of max value = 765). Red value is 49 (19.53% from 255 or 16.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 175 (68.75% from 255 or 58.33% from 300); Max value from RGB is 175 - color contains mainly: blue. Hex color #314CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314CAF is #CEB350. Grayscale: #4E4E4E. Windows color (decimal): -13546321 or 11488305. OLE color: 11488305.
HSL color Cylindrical-coordinate representation of color #314CAF: hue angle of 227.14º 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 #314CAF is Cyan = 0.72, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 76 | 175 | - |
| CMYK | 0.72 | 0.57 | 0 | 0.31 |
| HSL | 227.14º | 0.56% | 0.44% | - |
| HSV(B) | 227.14º | 0.72% | 0.69% | - |
| XYZ | 11.59 | 8.92 | 41.67 | - |
| YUV | 79.21 | 182.05 | 106.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 76 | 175 | 0.72 | 0.57 | 0 | 0.31 | 227.14 | 0.56 | 0.44 |
| Hex | 31 | 4C | AF | 48 | 39 | 0 | 1F | E3 | 38 | 2C |
| Octal | 61 | 114 | 257 | 110 | 71 | 0 | 37 | 343 | 70 | 54 |
| Binary | 110001 | 1001100 | 10101111 | 1001000 | 111001 | 0 | 11111 | 11100011 | 111000 | 101100 |
Color Harmonies of #314CAF
Complementary color
Monochromatic Colors of #314CAF
Black with #314CAF
Text Example
Text Example
White with #314CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314CAF; }
p { color: rgb(49,76,175); }
H1.HeaderClassName
{
color: #314CAF;
}
.AnyTagClassName
{
color: #314CAF;
}
</style>
background-color css
<style>
a { background-color: #314CAF; }
a { background-color: rgb(49,76,175); }
div.DivClassName
{
background-color: #314CAF;
}
.BgClassName
{
background-color: #314CAF;
}
</style>
border-color css
<style>
span { border-color: #314CAF; }
span { border-color: rgb(49,76,175); }
td.TdClassName
{
border-color: #314CAF;
}
.TagClassName
{
border-color: #314CAF;
}
</style>