Shades of Cerulean Blue #3656AD
Tints of Cerulean Blue #3656AD
RGB
CMYK
RGB Variations
Color information
#3656AD (or 0x3656AD) is known color: Cerulean Blue. HEX triplet: 36, 56 and AD. RGB value is (54,86,173). Sum of RGB (Red+Green+Blue) = 54+86+173=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 86 (33.98% from 255 or 27.48% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #3656AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3656AD is #C9A952. Grayscale: #555555. Windows color (decimal): -13216083 or 11359798. OLE color: 11359798.
HSL color Cylindrical-coordinate representation of color #3656AD: hue angle of 223.87º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3656AD is Cyan = 0.69, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 86 | 173 | - |
| CMYK | 0.69 | 0.50 | 0 | 0.32 |
| HSL | 223.87º | 0.52% | 0.45% | - |
| HSV(B) | 223.87º | 0.69% | 0.68% | - |
| XYZ | 12.39 | 10.46 | 40.9 | - |
| YUV | 86.35 | 176.9 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 86 | 173 | 0.69 | 0.50 | 0 | 0.32 | 223.87 | 0.52 | 0.45 |
| Hex | 36 | 56 | AD | 45 | 32 | 0 | 20 | E0 | 34 | 2D |
| Octal | 66 | 126 | 255 | 105 | 62 | 0 | 40 | 340 | 64 | 55 |
| Binary | 110110 | 1010110 | 10101101 | 1000101 | 110010 | 0 | 100000 | 11100000 | 110100 | 101101 |
Color Harmonies of #3656AD
Complementary color
Monochromatic Colors of #3656AD
Black with #3656AD
Text Example
Text Example
White with #3656AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3656AD; }
p { color: rgb(54,86,173); }
H1.HeaderClassName
{
color: #3656AD;
}
.AnyTagClassName
{
color: #3656AD;
}
</style>
background-color css
<style>
a { background-color: #3656AD; }
a { background-color: rgb(54,86,173); }
div.DivClassName
{
background-color: #3656AD;
}
.BgClassName
{
background-color: #3656AD;
}
</style>
border-color css
<style>
span { border-color: #3656AD; }
span { border-color: rgb(54,86,173); }
td.TdClassName
{
border-color: #3656AD;
}
.TagClassName
{
border-color: #3656AD;
}
</style>