Shades of Cerulean Blue #315AAE
Tints of Cerulean Blue #315AAE
RGB
CMYK
RGB Variations
Color information
#315AAE (or 0x315AAE) is known color: Cerulean Blue. HEX triplet: 31, 5A and AE. RGB value is (49,90,174). Sum of RGB (Red+Green+Blue) = 49+90+174=313 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.65% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 174 (68.36% from 255 or 55.59% from 313); Max value from RGB is 174 - color contains mainly: blue. Hex color #315AAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AAE is #CEA551. Grayscale: #565656. Windows color (decimal): -13542738 or 11426353. OLE color: 11426353.
HSL color Cylindrical-coordinate representation of color #315AAE: hue angle of 220.32º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315AAE is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 49 | 90 | 174 | - |
| CMYK | 0.72 | 0.48 | 0 | 0.32 |
| HSL | 220.32º | 0.56% | 0.44% | - |
| HSV(B) | 220.32º | 0.72% | 0.68% | - |
| XYZ | 12.56 | 11.02 | 41.51 | - |
| YUV | 87.32 | 176.92 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 174 | 0.72 | 0.48 | 0 | 0.32 | 220.32 | 0.56 | 0.44 |
| Hex | 31 | 5A | AE | 48 | 30 | 0 | 20 | DC | 38 | 2C |
| Octal | 61 | 132 | 256 | 110 | 60 | 0 | 40 | 334 | 70 | 54 |
| Binary | 110001 | 1011010 | 10101110 | 1001000 | 110000 | 0 | 100000 | 11011100 | 111000 | 101100 |
Color Harmonies of #315AAE
Complementary color
Monochromatic Colors of #315AAE
Black with #315AAE
Text Example
Text Example
White with #315AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315AAE; }
p { color: rgb(49,90,174); }
H1.HeaderClassName
{
color: #315AAE;
}
.AnyTagClassName
{
color: #315AAE;
}
</style>
background-color css
<style>
a { background-color: #315AAE; }
a { background-color: rgb(49,90,174); }
div.DivClassName
{
background-color: #315AAE;
}
.BgClassName
{
background-color: #315AAE;
}
</style>
border-color css
<style>
span { border-color: #315AAE; }
span { border-color: rgb(49,90,174); }
td.TdClassName
{
border-color: #315AAE;
}
.TagClassName
{
border-color: #315AAE;
}
</style>