Shades of Cerulean Blue #315CB4
Tints of Cerulean Blue #315CB4
RGB
CMYK
RGB Variations
Color information
#315CB4 (or 0x315CB4) is known color: Cerulean Blue. HEX triplet: 31, 5C and B4. RGB value is (49,92,180). Sum of RGB (Red+Green+Blue) = 49+92+180=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 92 (36.33% from 255 or 28.66% from 321); Blue value is 180 (70.70% from 255 or 56.07% from 321); Max value from RGB is 180 - color contains mainly: blue. Hex color #315CB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315CB4 is #CEA34B. Grayscale: #585858. Windows color (decimal): -13542220 or 11820081. OLE color: 11820081.
HSL color Cylindrical-coordinate representation of color #315CB4: hue angle of 220.31º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #315CB4 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 49 | 92 | 180 | - |
| CMYK | 0.73 | 0.49 | 0 | 0.29 |
| HSL | 220.31º | 0.57% | 0.45% | - |
| HSV(B) | 220.31º | 0.73% | 0.71% | - |
| XYZ | 13.33 | 11.6 | 44.72 | - |
| YUV | 89.18 | 179.25 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 92 | 180 | 0.73 | 0.49 | 0 | 0.29 | 220.31 | 0.57 | 0.45 |
| Hex | 31 | 5C | B4 | 49 | 31 | 0 | 1D | DC | 39 | 2D |
| Octal | 61 | 134 | 264 | 111 | 61 | 0 | 35 | 334 | 71 | 55 |
| Binary | 110001 | 1011100 | 10110100 | 1001001 | 110001 | 0 | 11101 | 11011100 | 111001 | 101101 |
Color Harmonies of #315CB4
Complementary color
Monochromatic Colors of #315CB4
Black with #315CB4
Text Example
Text Example
White with #315CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315CB4; }
p { color: rgb(49,92,180); }
H1.HeaderClassName
{
color: #315CB4;
}
.AnyTagClassName
{
color: #315CB4;
}
</style>
background-color css
<style>
a { background-color: #315CB4; }
a { background-color: rgb(49,92,180); }
div.DivClassName
{
background-color: #315CB4;
}
.BgClassName
{
background-color: #315CB4;
}
</style>
border-color css
<style>
span { border-color: #315CB4; }
span { border-color: rgb(49,92,180); }
td.TdClassName
{
border-color: #315CB4;
}
.TagClassName
{
border-color: #315CB4;
}
</style>