Shades of Cerulean Blue #315DBE
Tints of Cerulean Blue #315DBE
RGB
CMYK
RGB Variations
Color information
#315DBE (or 0x315DBE) is known color: Cerulean Blue. HEX triplet: 31, 5D and BE. RGB value is (49,93,190). Sum of RGB (Red+Green+Blue) = 49+93+190=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 190 (74.61% from 255 or 57.23% from 332); Max value from RGB is 190 - color contains mainly: blue. Hex color #315DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315DBE is #CEA241. Grayscale: #5A5A5A. Windows color (decimal): -13541954 or 12475697. OLE color: 12475697.
HSL color Cylindrical-coordinate representation of color #315DBE: hue angle of 221.28º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315DBE is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 49 | 93 | 190 | - |
| CMYK | 0.74 | 0.51 | 0 | 0.25 |
| HSL | 221.28º | 0.59% | 0.47% | - |
| HSV(B) | 221.28º | 0.74% | 0.75% | - |
| XYZ | 14.48 | 12.2 | 50.31 | - |
| YUV | 90.9 | 183.92 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 93 | 190 | 0.74 | 0.51 | 0 | 0.25 | 221.28 | 0.59 | 0.47 |
| Hex | 31 | 5D | BE | 4A | 33 | 0 | 19 | DD | 3B | 2F |
| Octal | 61 | 135 | 276 | 112 | 63 | 0 | 31 | 335 | 73 | 57 |
| Binary | 110001 | 1011101 | 10111110 | 1001010 | 110011 | 0 | 11001 | 11011101 | 111011 | 101111 |
Color Harmonies of #315DBE
Complementary color
Monochromatic Colors of #315DBE
Black with #315DBE
Text Example
Text Example
White with #315DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315DBE; }
p { color: rgb(49,93,190); }
H1.HeaderClassName
{
color: #315DBE;
}
.AnyTagClassName
{
color: #315DBE;
}
</style>
background-color css
<style>
a { background-color: #315DBE; }
a { background-color: rgb(49,93,190); }
div.DivClassName
{
background-color: #315DBE;
}
.BgClassName
{
background-color: #315DBE;
}
</style>
border-color css
<style>
span { border-color: #315DBE; }
span { border-color: rgb(49,93,190); }
td.TdClassName
{
border-color: #315DBE;
}
.TagClassName
{
border-color: #315DBE;
}
</style>