Shades of Cerulean Blue #314AAA
Tints of Cerulean Blue #314AAA
RGB
CMYK
RGB Variations
Color information
#314AAA (or 0x314AAA) is known color: Cerulean Blue. HEX triplet: 31, 4A and AA. RGB value is (49,74,170). Sum of RGB (Red+Green+Blue) = 49+74+170=293 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.72% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #314AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AAA is #CEB555. Grayscale: #4D4D4D. Windows color (decimal): -13546838 or 11160113. OLE color: 11160113.
HSL color Cylindrical-coordinate representation of color #314AAA: hue angle of 227.6º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314AAA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 74 | 170 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.33 |
| HSL | 227.6º | 0.55% | 0.43% | - |
| HSV(B) | 227.6º | 0.71% | 0.67% | - |
| XYZ | 10.97 | 8.45 | 39.08 | - |
| YUV | 77.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 170 | 0.71 | 0.56 | 0 | 0.33 | 227.6 | 0.55 | 0.43 |
| Hex | 31 | 4A | AA | 47 | 38 | 0 | 21 | E4 | 37 | 2B |
| Octal | 61 | 112 | 252 | 107 | 70 | 0 | 41 | 344 | 67 | 53 |
| Binary | 110001 | 1001010 | 10101010 | 1000111 | 111000 | 0 | 100001 | 11100100 | 110111 | 101011 |
Color Harmonies of #314AAA
Complementary color
Monochromatic Colors of #314AAA
Black with #314AAA
Text Example
Text Example
White with #314AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AAA; }
p { color: rgb(49,74,170); }
H1.HeaderClassName
{
color: #314AAA;
}
.AnyTagClassName
{
color: #314AAA;
}
</style>
background-color css
<style>
a { background-color: #314AAA; }
a { background-color: rgb(49,74,170); }
div.DivClassName
{
background-color: #314AAA;
}
.BgClassName
{
background-color: #314AAA;
}
</style>
border-color css
<style>
span { border-color: #314AAA; }
span { border-color: rgb(49,74,170); }
td.TdClassName
{
border-color: #314AAA;
}
.TagClassName
{
border-color: #314AAA;
}
</style>