Shades of Cerulean Blue #315BB8
Tints of Cerulean Blue #315BB8
RGB
CMYK
RGB Variations
Color information
#315BB8 (or 0x315BB8) is known color: Cerulean Blue. HEX triplet: 31, 5B and B8. RGB value is (49,91,184). Sum of RGB (Red+Green+Blue) = 49+91+184=324 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.12% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 184 (72.27% from 255 or 56.79% from 324); Max value from RGB is 184 - color contains mainly: blue. Hex color #315BB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BB8 is #CEA447. Grayscale: #585858. Windows color (decimal): -13542472 or 12081969. OLE color: 12081969.
HSL color Cylindrical-coordinate representation of color #315BB8: hue angle of 221.33º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315BB8 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 49 | 91 | 184 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.28 |
| HSL | 221.33º | 0.58% | 0.46% | - |
| HSV(B) | 221.33º | 0.73% | 0.72% | - |
| XYZ | 13.66 | 11.6 | 46.87 | - |
| YUV | 89.04 | 181.59 | 99.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 184 | 0.73 | 0.51 | 0 | 0.28 | 221.33 | 0.58 | 0.46 |
| Hex | 31 | 5B | B8 | 49 | 33 | 0 | 1C | DD | 3A | 2E |
| Octal | 61 | 133 | 270 | 111 | 63 | 0 | 34 | 335 | 72 | 56 |
| Binary | 110001 | 1011011 | 10111000 | 1001001 | 110011 | 0 | 11100 | 11011101 | 111010 | 101110 |
Color Harmonies of #315BB8
Complementary color
Monochromatic Colors of #315BB8
Black with #315BB8
Text Example
Text Example
White with #315BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BB8; }
p { color: rgb(49,91,184); }
H1.HeaderClassName
{
color: #315BB8;
}
.AnyTagClassName
{
color: #315BB8;
}
</style>
background-color css
<style>
a { background-color: #315BB8; }
a { background-color: rgb(49,91,184); }
div.DivClassName
{
background-color: #315BB8;
}
.BgClassName
{
background-color: #315BB8;
}
</style>
border-color css
<style>
span { border-color: #315BB8; }
span { border-color: rgb(49,91,184); }
td.TdClassName
{
border-color: #315BB8;
}
.TagClassName
{
border-color: #315BB8;
}
</style>