Shades of Cerulean Blue #315AB0
Tints of Cerulean Blue #315AB0
RGB
CMYK
RGB Variations
Color information
#315AB0 (or 0x315AB0) is known color: Cerulean Blue. HEX triplet: 31, 5A and B0. RGB value is (49,90,176). Sum of RGB (Red+Green+Blue) = 49+90+176=315 (41% of max value = 765). Red value is 49 (19.53% from 255 or 15.56% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 176 (69.14% from 255 or 55.87% from 315); Max value from RGB is 176 - color contains mainly: blue. Hex color #315AB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #315AB0 is #CEA54F. Grayscale: #575757. Windows color (decimal): -13542736 or 11557425. OLE color: 11557425.
HSL color Cylindrical-coordinate representation of color #315AB0: hue angle of 220.63º 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 #315AB0 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 49 | 90 | 176 | - |
| CMYK | 0.72 | 0.49 | 0 | 0.31 |
| HSL | 220.63º | 0.56% | 0.44% | - |
| HSV(B) | 220.63º | 0.72% | 0.69% | - |
| XYZ | 12.76 | 11.1 | 42.54 | - |
| YUV | 87.55 | 177.92 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 176 | 0.72 | 0.49 | 0 | 0.31 | 220.63 | 0.56 | 0.44 |
| Hex | 31 | 5A | B0 | 48 | 31 | 0 | 1F | DD | 38 | 2C |
| Octal | 61 | 132 | 260 | 110 | 61 | 0 | 37 | 335 | 70 | 54 |
| Binary | 110001 | 1011010 | 10110000 | 1001000 | 110001 | 0 | 11111 | 11011101 | 111000 | 101100 |
Color Harmonies of #315AB0
Complementary color
Monochromatic Colors of #315AB0
Black with #315AB0
Text Example
Text Example
White with #315AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315AB0; }
p { color: rgb(49,90,176); }
H1.HeaderClassName
{
color: #315AB0;
}
.AnyTagClassName
{
color: #315AB0;
}
</style>
background-color css
<style>
a { background-color: #315AB0; }
a { background-color: rgb(49,90,176); }
div.DivClassName
{
background-color: #315AB0;
}
.BgClassName
{
background-color: #315AB0;
}
</style>
border-color css
<style>
span { border-color: #315AB0; }
span { border-color: rgb(49,90,176); }
td.TdClassName
{
border-color: #315AB0;
}
.TagClassName
{
border-color: #315AB0;
}
</style>