Shades of Cerulean Blue #314AA8
Tints of Cerulean Blue #314AA8
RGB
CMYK
RGB Variations
Color information
#314AA8 (or 0x314AA8) is known color: Cerulean Blue. HEX triplet: 31, 4A and A8. RGB value is (49,74,168). Sum of RGB (Red+Green+Blue) = 49+74+168=291 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.84% from 291); Green value is 74 (29.30% from 255 or 25.43% from 291); Blue value is 168 (66.02% from 255 or 57.73% from 291); Max value from RGB is 168 - color contains mainly: blue. Hex color #314AA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314AA8 is #CEB557. Grayscale: #4C4C4C. Windows color (decimal): -13546840 or 11029041. OLE color: 11029041.
HSL color Cylindrical-coordinate representation of color #314AA8: hue angle of 227.39º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #314AA8 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 49 | 74 | 168 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.34 |
| HSL | 227.4º | 0.55% | 0.43% | - |
| HSV(B) | 227.4º | 0.71% | 0.66% | - |
| XYZ | 10.78 | 8.38 | 38.09 | - |
| YUV | 77.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 74 | 168 | 0.71 | 0.56 | 0 | 0.34 | 227.4 | 0.55 | 0.43 |
| Hex | 31 | 4A | A8 | 47 | 38 | 0 | 22 | E3 | 37 | 2B |
| Octal | 61 | 112 | 250 | 107 | 70 | 0 | 42 | 343 | 67 | 53 |
| Binary | 110001 | 1001010 | 10101000 | 1000111 | 111000 | 0 | 100010 | 11100011 | 110111 | 101011 |
Color Harmonies of #314AA8
Complementary color
Monochromatic Colors of #314AA8
Black with #314AA8
Text Example
Text Example
White with #314AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314AA8; }
p { color: rgb(49,74,168); }
H1.HeaderClassName
{
color: #314AA8;
}
.AnyTagClassName
{
color: #314AA8;
}
</style>
background-color css
<style>
a { background-color: #314AA8; }
a { background-color: rgb(49,74,168); }
div.DivClassName
{
background-color: #314AA8;
}
.BgClassName
{
background-color: #314AA8;
}
</style>
border-color css
<style>
span { border-color: #314AA8; }
span { border-color: rgb(49,74,168); }
td.TdClassName
{
border-color: #314AA8;
}
.TagClassName
{
border-color: #314AA8;
}
</style>