Shades of Cerulean Blue #315ACF
Tints of Cerulean Blue #315ACF
RGB
CMYK
RGB Variations
Color information
#315ACF (or 0x315ACF) is known color: Cerulean Blue. HEX triplet: 31, 5A and CF. RGB value is (49,90,207). Sum of RGB (Red+Green+Blue) = 49+90+207=346 (45% of max value = 765). Red value is 49 (19.53% from 255 or 14.16% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 207 (81.25% from 255 or 59.83% from 346); Max value from RGB is 207 - color contains mainly: blue. Hex color #315ACF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315ACF is #CEA530. Grayscale: #5A5A5A. Windows color (decimal): -13542705 or 13589041. OLE color: 13589041.
HSL color Cylindrical-coordinate representation of color #315ACF: hue angle of 224.43º 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 #315ACF is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 49 | 90 | 207 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.19 |
| HSL | 224.43º | 0.62% | 0.5% | - |
| HSV(B) | 224.43º | 0.76% | 0.81% | - |
| XYZ | 16.19 | 12.47 | 60.59 | - |
| YUV | 91.08 | 193.42 | 97.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 90 | 207 | 0.76 | 0.57 | 0 | 0.19 | 224.43 | 0.62 | 0.5 |
| Hex | 31 | 5A | CF | 4C | 39 | 0 | 13 | E0 | 3E | 32 |
| Octal | 61 | 132 | 317 | 114 | 71 | 0 | 23 | 340 | 76 | 62 |
| Binary | 110001 | 1011010 | 11001111 | 1001100 | 111001 | 0 | 10011 | 11100000 | 111110 | 110010 |
Color Harmonies of #315ACF
Complementary color
Monochromatic Colors of #315ACF
Black with #315ACF
Text Example
Text Example
White with #315ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315ACF; }
p { color: rgb(49,90,207); }
H1.HeaderClassName
{
color: #315ACF;
}
.AnyTagClassName
{
color: #315ACF;
}
</style>
background-color css
<style>
a { background-color: #315ACF; }
a { background-color: rgb(49,90,207); }
div.DivClassName
{
background-color: #315ACF;
}
.BgClassName
{
background-color: #315ACF;
}
</style>
border-color css
<style>
span { border-color: #315ACF; }
span { border-color: rgb(49,90,207); }
td.TdClassName
{
border-color: #315ACF;
}
.TagClassName
{
border-color: #315ACF;
}
</style>