Shades of Cerulean Blue #3761BA
Tints of Cerulean Blue #3761BA
RGB
CMYK
RGB Variations
Color information
#3761BA (or 0x3761BA) is known color: Cerulean Blue. HEX triplet: 37, 61 and BA. RGB value is (55,97,186). Sum of RGB (Red+Green+Blue) = 55+97+186=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3761BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3761BA is #C89E45. Grayscale: #5E5E5E. Windows color (decimal): -13147718 or 12214583. OLE color: 12214583.
HSL color Cylindrical-coordinate representation of color #3761BA: hue angle of 220.76º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3761BA is Cyan = 0.70, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 55 | 97 | 186 | - |
| CMYK | 0.70 | 0.48 | 0 | 0.27 |
| HSL | 220.76º | 0.54% | 0.47% | - |
| HSV(B) | 220.76º | 0.7% | 0.73% | - |
| XYZ | 14.71 | 12.91 | 48.17 | - |
| YUV | 94.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 97 | 186 | 0.70 | 0.48 | 0 | 0.27 | 220.76 | 0.54 | 0.47 |
| Hex | 37 | 61 | BA | 46 | 30 | 0 | 1B | DD | 36 | 2F |
| Octal | 67 | 141 | 272 | 106 | 60 | 0 | 33 | 335 | 66 | 57 |
| Binary | 110111 | 1100001 | 10111010 | 1000110 | 110000 | 0 | 11011 | 11011101 | 110110 | 101111 |
Color Harmonies of #3761BA
Complementary color
Monochromatic Colors of #3761BA
Black with #3761BA
Text Example
Text Example
White with #3761BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3761BA; }
p { color: rgb(55,97,186); }
H1.HeaderClassName
{
color: #3761BA;
}
.AnyTagClassName
{
color: #3761BA;
}
</style>
background-color css
<style>
a { background-color: #3761BA; }
a { background-color: rgb(55,97,186); }
div.DivClassName
{
background-color: #3761BA;
}
.BgClassName
{
background-color: #3761BA;
}
</style>
border-color css
<style>
span { border-color: #3761BA; }
span { border-color: rgb(55,97,186); }
td.TdClassName
{
border-color: #3761BA;
}
.TagClassName
{
border-color: #3761BA;
}
</style>