Shades of Cerulean Blue #315AAF
Tints of Cerulean Blue #315AAF
RGB
CMYK
RGB Variations
Color information
#315AAF (or 0x315AAF) is known color: Cerulean Blue. HEX triplet: 31, 5A and AF. RGB value is (49,90,175). Sum of RGB (Red+Green+Blue) = 49+90+175=314 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.61% from 314); Green value is 90 (35.55% from 255 or 28.66% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #315AAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AAF is #CEA550. Grayscale: #575757. Windows color (decimal): -13542737 or 11491889. OLE color: 11491889.
HSL color Cylindrical-coordinate representation of color #315AAF: hue angle of 220.48º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #315AAF is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 90 | 175 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.31 |
| HSL | 220.48º | 0.56% | 0.44% | - |
| HSV(B) | 220.48º | 0.72% | 0.69% | - |
| XYZ | 12.66 | 11.06 | 42.03 | - |
| YUV | 87.43 | 177.42 | 100.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 175 | 0.72 | 0.49 | 0 | 0.31 | 220.48 | 0.56 | 0.44 |
| Hex | 31 | 5A | AF | 48 | 31 | 0 | 1F | DC | 38 | 2C |
| Octal | 61 | 132 | 257 | 110 | 61 | 0 | 37 | 334 | 70 | 54 |
| Binary | 110001 | 1011010 | 10101111 | 1001000 | 110001 | 0 | 11111 | 11011100 | 111000 | 101100 |
Color Harmonies of #315AAF
Complementary color
Monochromatic Colors of #315AAF
Black with #315AAF
Text Example
Text Example
White with #315AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315AAF; }
p { color: rgb(49,90,175); }
H1.HeaderClassName
{
color: #315AAF;
}
.AnyTagClassName
{
color: #315AAF;
}
</style>
background-color css
<style>
a { background-color: #315AAF; }
a { background-color: rgb(49,90,175); }
div.DivClassName
{
background-color: #315AAF;
}
.BgClassName
{
background-color: #315AAF;
}
</style>
border-color css
<style>
span { border-color: #315AAF; }
span { border-color: rgb(49,90,175); }
td.TdClassName
{
border-color: #315AAF;
}
.TagClassName
{
border-color: #315AAF;
}
</style>