Shades of Cerulean Blue #3661BA
Tints of Cerulean Blue #3661BA
RGB
CMYK
RGB Variations
Color information
#3661BA (or 0x3661BA) is known color: Cerulean Blue. HEX triplet: 36, 61 and BA. RGB value is (54,97,186). Sum of RGB (Red+Green+Blue) = 54+97+186=337 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.02% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 186 (73.05% from 255 or 55.19% from 337); Max value from RGB is 186 - color contains mainly: blue. Hex color #3661BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3661BA is #C99E45. Grayscale: #5D5D5D. Windows color (decimal): -13213254 or 12214582. OLE color: 12214582.
HSL color Cylindrical-coordinate representation of color #3661BA: hue angle of 220.45º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3661BA is Cyan = 0.71, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 97 | 186 | - |
| CMYK | 0.71 | 0.48 | 0 | 0.27 |
| HSL | 220.45º | 0.55% | 0.47% | - |
| HSV(B) | 220.45º | 0.71% | 0.73% | - |
| XYZ | 14.66 | 12.88 | 48.17 | - |
| YUV | 94.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 97 | 186 | 0.71 | 0.48 | 0 | 0.27 | 220.45 | 0.55 | 0.47 |
| Hex | 36 | 61 | BA | 47 | 30 | 0 | 1B | DC | 37 | 2F |
| Octal | 66 | 141 | 272 | 107 | 60 | 0 | 33 | 334 | 67 | 57 |
| Binary | 110110 | 1100001 | 10111010 | 1000111 | 110000 | 0 | 11011 | 11011100 | 110111 | 101111 |
Color Harmonies of #3661BA
Complementary color
Monochromatic Colors of #3661BA
Black with #3661BA
Text Example
Text Example
White with #3661BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3661BA; }
p { color: rgb(54,97,186); }
H1.HeaderClassName
{
color: #3661BA;
}
.AnyTagClassName
{
color: #3661BA;
}
</style>
background-color css
<style>
a { background-color: #3661BA; }
a { background-color: rgb(54,97,186); }
div.DivClassName
{
background-color: #3661BA;
}
.BgClassName
{
background-color: #3661BA;
}
</style>
border-color css
<style>
span { border-color: #3661BA; }
span { border-color: rgb(54,97,186); }
td.TdClassName
{
border-color: #3661BA;
}
.TagClassName
{
border-color: #3661BA;
}
</style>