Shades of Cerulean Blue #3559AD
Tints of Cerulean Blue #3559AD
RGB
CMYK
RGB Variations
Color information
#3559AD (or 0x3559AD) is known color: Cerulean Blue. HEX triplet: 35, 59 and AD. RGB value is (53,89,173). Sum of RGB (Red+Green+Blue) = 53+89+173=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 89 (35.16% from 255 or 28.25% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #3559AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3559AD is #CAA652. Grayscale: #575757. Windows color (decimal): -13280851 or 11360565. OLE color: 11360565.
HSL color Cylindrical-coordinate representation of color #3559AD: hue angle of 222º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3559AD is Cyan = 0.69, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 89 | 173 | - |
| CMYK | 0.69 | 0.49 | 0 | 0.32 |
| HSL | 222º | 0.53% | 0.44% | - |
| HSV(B) | 222º | 0.69% | 0.68% | - |
| XYZ | 12.58 | 10.92 | 40.98 | - |
| YUV | 87.81 | 176.07 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 89 | 173 | 0.69 | 0.49 | 0 | 0.32 | 222 | 0.53 | 0.44 |
| Hex | 35 | 59 | AD | 45 | 31 | 0 | 20 | DE | 35 | 2C |
| Octal | 65 | 131 | 255 | 105 | 61 | 0 | 40 | 336 | 65 | 54 |
| Binary | 110101 | 1011001 | 10101101 | 1000101 | 110001 | 0 | 100000 | 11011110 | 110101 | 101100 |
Color Harmonies of #3559AD
Complementary color
Monochromatic Colors of #3559AD
Black with #3559AD
Text Example
Text Example
White with #3559AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3559AD; }
p { color: rgb(53,89,173); }
H1.HeaderClassName
{
color: #3559AD;
}
.AnyTagClassName
{
color: #3559AD;
}
</style>
background-color css
<style>
a { background-color: #3559AD; }
a { background-color: rgb(53,89,173); }
div.DivClassName
{
background-color: #3559AD;
}
.BgClassName
{
background-color: #3559AD;
}
</style>
border-color css
<style>
span { border-color: #3559AD; }
span { border-color: rgb(53,89,173); }
td.TdClassName
{
border-color: #3559AD;
}
.TagClassName
{
border-color: #3559AD;
}
</style>