Shades of Cerulean Blue #315DBA
Tints of Cerulean Blue #315DBA
RGB
CMYK
RGB Variations
Color information
#315DBA (or 0x315DBA) is known color: Cerulean Blue. HEX triplet: 31, 5D and BA. RGB value is (49,93,186). Sum of RGB (Red+Green+Blue) = 49+93+186=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 186 (73.05% from 255 or 56.71% from 328); Max value from RGB is 186 - color contains mainly: blue. Hex color #315DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBA is #CEA245. Grayscale: #5A5A5A. Windows color (decimal): -13541958 or 12213553. OLE color: 12213553.
HSL color Cylindrical-coordinate representation of color #315DBA: hue angle of 220.73º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DBA is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 93 | 186 | - |
| CMYK | 0.74 | 0.5 | 0 | 0.27 |
| HSL | 220.73º | 0.58% | 0.46% | - |
| HSV(B) | 220.73º | 0.74% | 0.73% | - |
| XYZ | 14.04 | 12.03 | 48.04 | - |
| YUV | 90.45 | 181.92 | 98.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 186 | 0.74 | 0.5 | 0 | 0.27 | 220.73 | 0.58 | 0.46 |
| Hex | 31 | 5D | BA | 4A | 32 | 0 | 1B | DD | 3A | 2E |
| Octal | 61 | 135 | 272 | 112 | 62 | 0 | 33 | 335 | 72 | 56 |
| Binary | 110001 | 1011101 | 10111010 | 1001010 | 110010 | 0 | 11011 | 11011101 | 111010 | 101110 |
Color Harmonies of #315DBA
Complementary color
Monochromatic Colors of #315DBA
Black with #315DBA
Text Example
Text Example
White with #315DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DBA; }
p { color: rgb(49,93,186); }
H1.HeaderClassName
{
color: #315DBA;
}
.AnyTagClassName
{
color: #315DBA;
}
</style>
background-color css
<style>
a { background-color: #315DBA; }
a { background-color: rgb(49,93,186); }
div.DivClassName
{
background-color: #315DBA;
}
.BgClassName
{
background-color: #315DBA;
}
</style>
border-color css
<style>
span { border-color: #315DBA; }
span { border-color: rgb(49,93,186); }
td.TdClassName
{
border-color: #315DBA;
}
.TagClassName
{
border-color: #315DBA;
}
</style>