Shades of Cerulean Blue #315CCB
Tints of Cerulean Blue #315CCB
RGB
CMYK
RGB Variations
Color information
#315CCB (or 0x315CCB) is known color: Cerulean Blue. HEX triplet: 31, 5C and CB. RGB value is (49,92,203). Sum of RGB (Red+Green+Blue) = 49+92+203=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #315CCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CCB is #CEA334. Grayscale: #5B5B5B. Windows color (decimal): -13542197 or 13327409. OLE color: 13327409.
HSL color Cylindrical-coordinate representation of color #315CCB: hue angle of 223.25º 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 #315CCB is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 92 | 203 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.20 |
| HSL | 223.25º | 0.61% | 0.49% | - |
| HSV(B) | 223.25º | 0.76% | 0.8% | - |
| XYZ | 15.87 | 12.62 | 58.1 | - |
| YUV | 91.8 | 190.75 | 97.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 203 | 0.76 | 0.55 | 0 | 0.20 | 223.25 | 0.61 | 0.49 |
| Hex | 31 | 5C | CB | 4C | 37 | 0 | 14 | DF | 3D | 31 |
| Octal | 61 | 134 | 313 | 114 | 67 | 0 | 24 | 337 | 75 | 61 |
| Binary | 110001 | 1011100 | 11001011 | 1001100 | 110111 | 0 | 10100 | 11011111 | 111101 | 110001 |
Color Harmonies of #315CCB
Complementary color
Monochromatic Colors of #315CCB
Black with #315CCB
Text Example
Text Example
White with #315CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CCB; }
p { color: rgb(49,92,203); }
H1.HeaderClassName
{
color: #315CCB;
}
.AnyTagClassName
{
color: #315CCB;
}
</style>
background-color css
<style>
a { background-color: #315CCB; }
a { background-color: rgb(49,92,203); }
div.DivClassName
{
background-color: #315CCB;
}
.BgClassName
{
background-color: #315CCB;
}
</style>
border-color css
<style>
span { border-color: #315CCB; }
span { border-color: rgb(49,92,203); }
td.TdClassName
{
border-color: #315CCB;
}
.TagClassName
{
border-color: #315CCB;
}
</style>