Shades of Cerulean Blue #3545AD
Tints of Cerulean Blue #3545AD
RGB
CMYK
RGB Variations
Color information
#3545AD (or 0x3545AD) is known color: Cerulean Blue. HEX triplet: 35, 45 and AD. RGB value is (53,69,173). Sum of RGB (Red+Green+Blue) = 53+69+173=295 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.97% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #3545AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3545AD is #CABA52. Grayscale: #4B4B4B. Windows color (decimal): -13285971 or 11355445. OLE color: 11355445.
HSL color Cylindrical-coordinate representation of color #3545AD: hue angle of 232º 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 #3545AD is Cyan = 0.69, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 69 | 173 | - |
| CMYK | 0.69 | 0.60 | 0 | 0.32 |
| HSL | 232º | 0.53% | 0.44% | - |
| HSV(B) | 232º | 0.69% | 0.68% | - |
| XYZ | 11.14 | 8.03 | 40.5 | - |
| YUV | 76.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 173 | 0.69 | 0.60 | 0 | 0.32 | 232 | 0.53 | 0.44 |
| Hex | 35 | 45 | AD | 45 | 3C | 0 | 20 | E8 | 35 | 2C |
| Octal | 65 | 105 | 255 | 105 | 74 | 0 | 40 | 350 | 65 | 54 |
| Binary | 110101 | 1000101 | 10101101 | 1000101 | 111100 | 0 | 100000 | 11101000 | 110101 | 101100 |
Color Harmonies of #3545AD
Complementary color
Monochromatic Colors of #3545AD
Black with #3545AD
Text Example
Text Example
White with #3545AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3545AD; }
p { color: rgb(53,69,173); }
H1.HeaderClassName
{
color: #3545AD;
}
.AnyTagClassName
{
color: #3545AD;
}
</style>
background-color css
<style>
a { background-color: #3545AD; }
a { background-color: rgb(53,69,173); }
div.DivClassName
{
background-color: #3545AD;
}
.BgClassName
{
background-color: #3545AD;
}
</style>
border-color css
<style>
span { border-color: #3545AD; }
span { border-color: rgb(53,69,173); }
td.TdClassName
{
border-color: #3545AD;
}
.TagClassName
{
border-color: #3545AD;
}
</style>