Shades of Cerulean Blue #315BCE
Tints of Cerulean Blue #315BCE
RGB
CMYK
RGB Variations
Color information
#315BCE (or 0x315BCE) is known color: Cerulean Blue. HEX triplet: 31, 5B and CE. RGB value is (49,91,206). Sum of RGB (Red+Green+Blue) = 49+91+206=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #315BCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315BCE is #CEA431. Grayscale: #5B5B5B. Windows color (decimal): -13542450 or 13523761. OLE color: 13523761.
HSL color Cylindrical-coordinate representation of color #315BCE: hue angle of 223.95º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315BCE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 91 | 206 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.19 |
| HSL | 223.95º | 0.62% | 0.5% | - |
| HSV(B) | 223.95º | 0.76% | 0.81% | - |
| XYZ | 16.15 | 12.59 | 59.97 | - |
| YUV | 91.55 | 192.59 | 97.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 91 | 206 | 0.76 | 0.56 | 0 | 0.19 | 223.95 | 0.62 | 0.5 |
| Hex | 31 | 5B | CE | 4C | 38 | 0 | 13 | E0 | 3E | 32 |
| Octal | 61 | 133 | 316 | 114 | 70 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110001 | 1011011 | 11001110 | 1001100 | 111000 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #315BCE
Complementary color
Monochromatic Colors of #315BCE
Black with #315BCE
Text Example
Text Example
White with #315BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315BCE; }
p { color: rgb(49,91,206); }
H1.HeaderClassName
{
color: #315BCE;
}
.AnyTagClassName
{
color: #315BCE;
}
</style>
background-color css
<style>
a { background-color: #315BCE; }
a { background-color: rgb(49,91,206); }
div.DivClassName
{
background-color: #315BCE;
}
.BgClassName
{
background-color: #315BCE;
}
</style>
border-color css
<style>
span { border-color: #315BCE; }
span { border-color: rgb(49,91,206); }
td.TdClassName
{
border-color: #315BCE;
}
.TagClassName
{
border-color: #315BCE;
}
</style>