Shades of Cerulean Blue #315ACE
Tints of Cerulean Blue #315ACE
RGB
CMYK
RGB Variations
Color information
#315ACE (or 0x315ACE) is known color: Cerulean Blue. HEX triplet: 31, 5A and CE. RGB value is (49,90,206). Sum of RGB (Red+Green+Blue) = 49+90+206=345 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.20% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 206 (80.86% from 255 or 59.71% from 345); Max value from RGB is 206 - color contains mainly: blue. Hex color #315ACE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ACE is #CEA531. Grayscale: #5A5A5A. Windows color (decimal): -13542706 or 13523505. OLE color: 13523505.
HSL color Cylindrical-coordinate representation of color #315ACE: hue angle of 224.33º 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 #315ACE is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 90 | 206 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.19 |
| HSL | 224.33º | 0.62% | 0.5% | - |
| HSV(B) | 224.33º | 0.76% | 0.81% | - |
| XYZ | 16.06 | 12.42 | 59.94 | - |
| YUV | 90.97 | 192.92 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 206 | 0.76 | 0.56 | 0 | 0.19 | 224.33 | 0.62 | 0.5 |
| Hex | 31 | 5A | CE | 4C | 38 | 0 | 13 | E0 | 3E | 32 |
| Octal | 61 | 132 | 316 | 114 | 70 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110001 | 1011010 | 11001110 | 1001100 | 111000 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #315ACE
Complementary color
Monochromatic Colors of #315ACE
Black with #315ACE
Text Example
Text Example
White with #315ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ACE; }
p { color: rgb(49,90,206); }
H1.HeaderClassName
{
color: #315ACE;
}
.AnyTagClassName
{
color: #315ACE;
}
</style>
background-color css
<style>
a { background-color: #315ACE; }
a { background-color: rgb(49,90,206); }
div.DivClassName
{
background-color: #315ACE;
}
.BgClassName
{
background-color: #315ACE;
}
</style>
border-color css
<style>
span { border-color: #315ACE; }
span { border-color: rgb(49,90,206); }
td.TdClassName
{
border-color: #315ACE;
}
.TagClassName
{
border-color: #315ACE;
}
</style>