Shades of Cerulean Blue #3656BB
Tints of Cerulean Blue #3656BB
RGB
CMYK
RGB Variations
Color information
#3656BB (or 0x3656BB) is known color: Cerulean Blue. HEX triplet: 36, 56 and BB. RGB value is (54,86,187). Sum of RGB (Red+Green+Blue) = 54+86+187=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 86 (33.98% from 255 or 26.30% from 327); Blue value is 187 (73.44% from 255 or 57.19% from 327); Max value from RGB is 187 - color contains mainly: blue. Hex color #3656BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3656BB is #C9A944. Grayscale: #575757. Windows color (decimal): -13216069 or 12277302. OLE color: 12277302.
HSL color Cylindrical-coordinate representation of color #3656BB: hue angle of 225.56º 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 #3656BB is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 54 | 86 | 187 | - |
| CMYK | 0.71 | 0.54 | 0 | 0.27 |
| HSL | 225.56º | 0.55% | 0.47% | - |
| HSV(B) | 225.56º | 0.71% | 0.73% | - |
| XYZ | 13.82 | 11.03 | 48.41 | - |
| YUV | 87.95 | 183.9 | 103.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 187 | 0.71 | 0.54 | 0 | 0.27 | 225.56 | 0.55 | 0.47 |
| Hex | 36 | 56 | BB | 47 | 36 | 0 | 1B | E2 | 37 | 2F |
| Octal | 66 | 126 | 273 | 107 | 66 | 0 | 33 | 342 | 67 | 57 |
| Binary | 110110 | 1010110 | 10111011 | 1000111 | 110110 | 0 | 11011 | 11100010 | 110111 | 101111 |
Color Harmonies of #3656BB
Complementary color
Monochromatic Colors of #3656BB
Black with #3656BB
Text Example
Text Example
White with #3656BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3656BB; }
p { color: rgb(54,86,187); }
H1.HeaderClassName
{
color: #3656BB;
}
.AnyTagClassName
{
color: #3656BB;
}
</style>
background-color css
<style>
a { background-color: #3656BB; }
a { background-color: rgb(54,86,187); }
div.DivClassName
{
background-color: #3656BB;
}
.BgClassName
{
background-color: #3656BB;
}
</style>
border-color css
<style>
span { border-color: #3656BB; }
span { border-color: rgb(54,86,187); }
td.TdClassName
{
border-color: #3656BB;
}
.TagClassName
{
border-color: #3656BB;
}
</style>