Shades of Cerulean Blue #314BAA
Tints of Cerulean Blue #314BAA
RGB
CMYK
RGB Variations
Color information
#314BAA (or 0x314BAA) is known color: Cerulean Blue. HEX triplet: 31, 4B and AA. RGB value is (49,75,170). Sum of RGB (Red+Green+Blue) = 49+75+170=294 (38% of max value = 765). Red value is 49 (19.53% from 255 or 16.67% from 294); Green value is 75 (29.69% from 255 or 25.51% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #314BAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #314BAA is #CEB455. Grayscale: #4D4D4D. Windows color (decimal): -13546582 or 11160369. OLE color: 11160369.
HSL color Cylindrical-coordinate representation of color #314BAA: hue angle of 227.11º 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 #314BAA is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 49 | 75 | 170 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.33 |
| HSL | 227.11º | 0.55% | 0.43% | - |
| HSV(B) | 227.11º | 0.71% | 0.67% | - |
| XYZ | 11.04 | 8.59 | 39.11 | - |
| YUV | 78.06 | 179.89 | 107.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 75 | 170 | 0.71 | 0.56 | 0 | 0.33 | 227.11 | 0.55 | 0.43 |
| Hex | 31 | 4B | AA | 47 | 38 | 0 | 21 | E3 | 37 | 2B |
| Octal | 61 | 113 | 252 | 107 | 70 | 0 | 41 | 343 | 67 | 53 |
| Binary | 110001 | 1001011 | 10101010 | 1000111 | 111000 | 0 | 100001 | 11100011 | 110111 | 101011 |
Color Harmonies of #314BAA
Complementary color
Monochromatic Colors of #314BAA
Black with #314BAA
Text Example
Text Example
White with #314BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #314BAA; }
p { color: rgb(49,75,170); }
H1.HeaderClassName
{
color: #314BAA;
}
.AnyTagClassName
{
color: #314BAA;
}
</style>
background-color css
<style>
a { background-color: #314BAA; }
a { background-color: rgb(49,75,170); }
div.DivClassName
{
background-color: #314BAA;
}
.BgClassName
{
background-color: #314BAA;
}
</style>
border-color css
<style>
span { border-color: #314BAA; }
span { border-color: rgb(49,75,170); }
td.TdClassName
{
border-color: #314BAA;
}
.TagClassName
{
border-color: #314BAA;
}
</style>