Shades of Cerulean Blue #3652AD
Tints of Cerulean Blue #3652AD
RGB
CMYK
RGB Variations
Color information
#3652AD (or 0x3652AD) is known color: Cerulean Blue. HEX triplet: 36, 52 and AD. RGB value is (54,82,173). Sum of RGB (Red+Green+Blue) = 54+82+173=309 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.48% from 309); Green value is 82 (32.42% from 255 or 26.54% from 309); Blue value is 173 (67.97% from 255 or 55.99% from 309); Max value from RGB is 173 - color contains mainly: blue. Hex color #3652AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3652AD is #C9AD52. Grayscale: #535353. Windows color (decimal): -13217107 or 11358774. OLE color: 11358774.
HSL color Cylindrical-coordinate representation of color #3652AD: hue angle of 225.88º 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 #3652AD is Cyan = 0.69, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 54 | 82 | 173 | - |
| CMYK | 0.69 | 0.53 | 0 | 0.32 |
| HSL | 225.88º | 0.52% | 0.45% | - |
| HSV(B) | 225.88º | 0.69% | 0.68% | - |
| XYZ | 12.08 | 9.84 | 40.8 | - |
| YUV | 84 | 178.22 | 106.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 82 | 173 | 0.69 | 0.53 | 0 | 0.32 | 225.88 | 0.52 | 0.45 |
| Hex | 36 | 52 | AD | 45 | 35 | 0 | 20 | E2 | 34 | 2D |
| Octal | 66 | 122 | 255 | 105 | 65 | 0 | 40 | 342 | 64 | 55 |
| Binary | 110110 | 1010010 | 10101101 | 1000101 | 110101 | 0 | 100000 | 11100010 | 110100 | 101101 |
Color Harmonies of #3652AD
Complementary color
Monochromatic Colors of #3652AD
Black with #3652AD
Text Example
Text Example
White with #3652AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3652AD; }
p { color: rgb(54,82,173); }
H1.HeaderClassName
{
color: #3652AD;
}
.AnyTagClassName
{
color: #3652AD;
}
</style>
background-color css
<style>
a { background-color: #3652AD; }
a { background-color: rgb(54,82,173); }
div.DivClassName
{
background-color: #3652AD;
}
.BgClassName
{
background-color: #3652AD;
}
</style>
border-color css
<style>
span { border-color: #3652AD; }
span { border-color: rgb(54,82,173); }
td.TdClassName
{
border-color: #3652AD;
}
.TagClassName
{
border-color: #3652AD;
}
</style>