Shades of Cerulean Blue #3554AD
Tints of Cerulean Blue #3554AD
RGB
CMYK
RGB Variations
Color information
#3554AD (or 0x3554AD) is known color: Cerulean Blue. HEX triplet: 35, 54 and AD. RGB value is (53,84,173). Sum of RGB (Red+Green+Blue) = 53+84+173=310 (41% of max value = 765). Red value is 53 (21.09% from 255 or 17.10% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #3554AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3554AD is #CAAB52. Grayscale: #545454. Windows color (decimal): -13282131 or 11359285. OLE color: 11359285.
HSL color Cylindrical-coordinate representation of color #3554AD: hue angle of 224.5º 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 #3554AD is Cyan = 0.69, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 84 | 173 | - |
| CMYK | 0.69 | 0.51 | 0 | 0.32 |
| HSL | 224.5º | 0.53% | 0.44% | - |
| HSV(B) | 224.5º | 0.69% | 0.68% | - |
| XYZ | 12.18 | 10.11 | 40.85 | - |
| YUV | 84.88 | 177.73 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 84 | 173 | 0.69 | 0.51 | 0 | 0.32 | 224.5 | 0.53 | 0.44 |
| Hex | 35 | 54 | AD | 45 | 33 | 0 | 20 | E0 | 35 | 2C |
| Octal | 65 | 124 | 255 | 105 | 63 | 0 | 40 | 340 | 65 | 54 |
| Binary | 110101 | 1010100 | 10101101 | 1000101 | 110011 | 0 | 100000 | 11100000 | 110101 | 101100 |
Color Harmonies of #3554AD
Complementary color
Monochromatic Colors of #3554AD
Black with #3554AD
Text Example
Text Example
White with #3554AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3554AD; }
p { color: rgb(53,84,173); }
H1.HeaderClassName
{
color: #3554AD;
}
.AnyTagClassName
{
color: #3554AD;
}
</style>
background-color css
<style>
a { background-color: #3554AD; }
a { background-color: rgb(53,84,173); }
div.DivClassName
{
background-color: #3554AD;
}
.BgClassName
{
background-color: #3554AD;
}
</style>
border-color css
<style>
span { border-color: #3554AD; }
span { border-color: rgb(53,84,173); }
td.TdClassName
{
border-color: #3554AD;
}
.TagClassName
{
border-color: #3554AD;
}
</style>