Shades of Cerulean Blue #315EBD
Tints of Cerulean Blue #315EBD
RGB
CMYK
RGB Variations
Color information
#315EBD (or 0x315EBD) is known color: Cerulean Blue. HEX triplet: 31, 5E and BD. RGB value is (49,94,189). Sum of RGB (Red+Green+Blue) = 49+94+189=332 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.76% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 189 (74.22% from 255 or 56.93% from 332); Max value from RGB is 189 - color contains mainly: blue. Hex color #315EBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #315EBD is #CEA142. Grayscale: #5A5A5A. Windows color (decimal): -13541699 or 12410417. OLE color: 12410417.
HSL color Cylindrical-coordinate representation of color #315EBD: hue angle of 220.71º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #315EBD is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 94 | 189 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.26 |
| HSL | 220.71º | 0.59% | 0.47% | - |
| HSV(B) | 220.71º | 0.74% | 0.74% | - |
| XYZ | 14.45 | 12.33 | 49.76 | - |
| YUV | 91.38 | 183.09 | 97.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 94 | 189 | 0.74 | 0.50 | 0 | 0.26 | 220.71 | 0.59 | 0.47 |
| Hex | 31 | 5E | BD | 4A | 32 | 0 | 1A | DD | 3B | 2F |
| Octal | 61 | 136 | 275 | 112 | 62 | 0 | 32 | 335 | 73 | 57 |
| Binary | 110001 | 1011110 | 10111101 | 1001010 | 110010 | 0 | 11010 | 11011101 | 111011 | 101111 |
Color Harmonies of #315EBD
Complementary color
Monochromatic Colors of #315EBD
Black with #315EBD
Text Example
Text Example
White with #315EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #315EBD; }
p { color: rgb(49,94,189); }
H1.HeaderClassName
{
color: #315EBD;
}
.AnyTagClassName
{
color: #315EBD;
}
</style>
background-color css
<style>
a { background-color: #315EBD; }
a { background-color: rgb(49,94,189); }
div.DivClassName
{
background-color: #315EBD;
}
.BgClassName
{
background-color: #315EBD;
}
</style>
border-color css
<style>
span { border-color: #315EBD; }
span { border-color: rgb(49,94,189); }
td.TdClassName
{
border-color: #315EBD;
}
.TagClassName
{
border-color: #315EBD;
}
</style>