Shades of Cerulean Blue #314AB8
Tints of Cerulean Blue #314AB8
RGB
CMYK
RGB Variations
Color information
#314AB8 (or 0x314AB8) is known color: Cerulean Blue. HEX triplet: 31, 4A and B8. RGB value is (49,74,184). Sum of RGB (Red+Green+Blue) = 49+74+184=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 74 (29.30% from 255 or 24.10% from 307); Blue value is 184 (72.27% from 255 or 59.93% from 307); Max value from RGB is 184 - color contains mainly: blue. Hex color #314AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #314AB8 is #CEB547. Grayscale: #4E4E4E. Windows color (decimal): -13546824 or 12077617. OLE color: 12077617.
HSL color Cylindrical-coordinate representation of color #314AB8: hue angle of 228.89º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #314AB8 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 74 | 184 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.28 |
| HSL | 228.89º | 0.58% | 0.46% | - |
| HSV(B) | 228.89º | 0.73% | 0.72% | - |
| XYZ | 12.37 | 9.01 | 46.43 | - |
| YUV | 79.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 184 | 0.73 | 0.60 | 0 | 0.28 | 228.89 | 0.58 | 0.46 |
| Hex | 31 | 4A | B8 | 49 | 3C | 0 | 1C | E5 | 3A | 2E |
| Octal | 61 | 112 | 270 | 111 | 74 | 0 | 34 | 345 | 72 | 56 |
| Binary | 110001 | 1001010 | 10111000 | 1001001 | 111100 | 0 | 11100 | 11100101 | 111010 | 101110 |
Color Harmonies of #314AB8
Complementary color
Monochromatic Colors of #314AB8
Black with #314AB8
Text Example
Text Example
White with #314AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AB8; }
p { color: rgb(49,74,184); }
H1.HeaderClassName
{
color: #314AB8;
}
.AnyTagClassName
{
color: #314AB8;
}
</style>
background-color css
<style>
a { background-color: #314AB8; }
a { background-color: rgb(49,74,184); }
div.DivClassName
{
background-color: #314AB8;
}
.BgClassName
{
background-color: #314AB8;
}
</style>
border-color css
<style>
span { border-color: #314AB8; }
span { border-color: rgb(49,74,184); }
td.TdClassName
{
border-color: #314AB8;
}
.TagClassName
{
border-color: #314AB8;
}
</style>