Shades of Cerulean Blue #3547AD
Tints of Cerulean Blue #3547AD
RGB
CMYK
RGB Variations
Color information
#3547AD (or 0x3547AD) is known color: Cerulean Blue. HEX triplet: 35, 47 and AD. RGB value is (53,71,173). Sum of RGB (Red+Green+Blue) = 53+71+173=297 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.85% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #3547AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3547AD is #CAB852. Grayscale: #4C4C4C. Windows color (decimal): -13285459 or 11355957. OLE color: 11355957.
HSL color Cylindrical-coordinate representation of color #3547AD: hue angle of 231º 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 #3547AD is Cyan = 0.69, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 71 | 173 | - |
| CMYK | 0.69 | 0.59 | 0 | 0.32 |
| HSL | 231º | 0.53% | 0.44% | - |
| HSV(B) | 231º | 0.69% | 0.68% | - |
| XYZ | 11.26 | 8.28 | 40.54 | - |
| YUV | 77.25 | 182.04 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 71 | 173 | 0.69 | 0.59 | 0 | 0.32 | 231 | 0.53 | 0.44 |
| Hex | 35 | 47 | AD | 45 | 3B | 0 | 20 | E7 | 35 | 2C |
| Octal | 65 | 107 | 255 | 105 | 73 | 0 | 40 | 347 | 65 | 54 |
| Binary | 110101 | 1000111 | 10101101 | 1000101 | 111011 | 0 | 100000 | 11100111 | 110101 | 101100 |
Color Harmonies of #3547AD
Complementary color
Monochromatic Colors of #3547AD
Black with #3547AD
Text Example
Text Example
White with #3547AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3547AD; }
p { color: rgb(53,71,173); }
H1.HeaderClassName
{
color: #3547AD;
}
.AnyTagClassName
{
color: #3547AD;
}
</style>
background-color css
<style>
a { background-color: #3547AD; }
a { background-color: rgb(53,71,173); }
div.DivClassName
{
background-color: #3547AD;
}
.BgClassName
{
background-color: #3547AD;
}
</style>
border-color css
<style>
span { border-color: #3547AD; }
span { border-color: rgb(53,71,173); }
td.TdClassName
{
border-color: #3547AD;
}
.TagClassName
{
border-color: #3547AD;
}
</style>