Shades of Cerulean Blue #315ACD
Tints of Cerulean Blue #315ACD
RGB
CMYK
RGB Variations
Color information
#315ACD (or 0x315ACD) is known color: Cerulean Blue. HEX triplet: 31, 5A and CD. RGB value is (49,90,205). Sum of RGB (Red+Green+Blue) = 49+90+205=344 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.24% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 205 (80.47% from 255 or 59.59% from 344); Max value from RGB is 205 - color contains mainly: blue. Hex color #315ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ACD is #CEA532. Grayscale: #5A5A5A. Windows color (decimal): -13542707 or 13457969. OLE color: 13457969.
HSL color Cylindrical-coordinate representation of color #315ACD: hue angle of 224.23º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #315ACD is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 90 | 205 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.20 |
| HSL | 224.23º | 0.61% | 0.5% | - |
| HSV(B) | 224.23º | 0.76% | 0.8% | - |
| XYZ | 15.94 | 12.37 | 59.31 | - |
| YUV | 90.85 | 192.42 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 205 | 0.76 | 0.56 | 0 | 0.20 | 224.23 | 0.61 | 0.5 |
| Hex | 31 | 5A | CD | 4C | 38 | 0 | 14 | E0 | 3D | 32 |
| Octal | 61 | 132 | 315 | 114 | 70 | 0 | 24 | 340 | 75 | 62 |
| Binary | 110001 | 1011010 | 11001101 | 1001100 | 111000 | 0 | 10100 | 11100000 | 111101 | 110010 |
Color Harmonies of #315ACD
Complementary color
Monochromatic Colors of #315ACD
Black with #315ACD
Text Example
Text Example
White with #315ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ACD; }
p { color: rgb(49,90,205); }
H1.HeaderClassName
{
color: #315ACD;
}
.AnyTagClassName
{
color: #315ACD;
}
</style>
background-color css
<style>
a { background-color: #315ACD; }
a { background-color: rgb(49,90,205); }
div.DivClassName
{
background-color: #315ACD;
}
.BgClassName
{
background-color: #315ACD;
}
</style>
border-color css
<style>
span { border-color: #315ACD; }
span { border-color: rgb(49,90,205); }
td.TdClassName
{
border-color: #315ACD;
}
.TagClassName
{
border-color: #315ACD;
}
</style>