Shades of Cerulean Blue #315FCB
Tints of Cerulean Blue #315FCB
RGB
CMYK
RGB Variations
Color information
#315FCB (or 0x315FCB) is known color: Cerulean Blue. HEX triplet: 31, 5F and CB. RGB value is (49,95,203). Sum of RGB (Red+Green+Blue) = 49+95+203=347 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.12% from 347); Green value is 95 (37.5% from 255 or 27.38% from 347); Blue value is 203 (79.69% from 255 or 58.50% from 347); Max value from RGB is 203 - color contains mainly: blue. Hex color #315FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315FCB is #CEA034. Grayscale: #5D5D5D. Windows color (decimal): -13541429 or 13328177. OLE color: 13328177.
HSL color Cylindrical-coordinate representation of color #315FCB: hue angle of 222.08º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315FCB is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 95 | 203 | - |
| CMYK | 0.76 | 0.53 | 0 | 0.20 |
| HSL | 222.08º | 0.61% | 0.49% | - |
| HSV(B) | 222.08º | 0.76% | 0.8% | - |
| XYZ | 16.14 | 13.15 | 58.19 | - |
| YUV | 93.56 | 189.76 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 95 | 203 | 0.76 | 0.53 | 0 | 0.20 | 222.08 | 0.61 | 0.49 |
| Hex | 31 | 5F | CB | 4C | 35 | 0 | 14 | DE | 3D | 31 |
| Octal | 61 | 137 | 313 | 114 | 65 | 0 | 24 | 336 | 75 | 61 |
| Binary | 110001 | 1011111 | 11001011 | 1001100 | 110101 | 0 | 10100 | 11011110 | 111101 | 110001 |
Color Harmonies of #315FCB
Complementary color
Monochromatic Colors of #315FCB
Black with #315FCB
Text Example
Text Example
White with #315FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315FCB; }
p { color: rgb(49,95,203); }
H1.HeaderClassName
{
color: #315FCB;
}
.AnyTagClassName
{
color: #315FCB;
}
</style>
background-color css
<style>
a { background-color: #315FCB; }
a { background-color: rgb(49,95,203); }
div.DivClassName
{
background-color: #315FCB;
}
.BgClassName
{
background-color: #315FCB;
}
</style>
border-color css
<style>
span { border-color: #315FCB; }
span { border-color: rgb(49,95,203); }
td.TdClassName
{
border-color: #315FCB;
}
.TagClassName
{
border-color: #315FCB;
}
</style>