Shades of Cerulean Blue #3451AD
Tints of Cerulean Blue #3451AD
RGB
CMYK
RGB Variations
Color information
#3451AD (or 0x3451AD) is known color: Cerulean Blue. HEX triplet: 34, 51 and AD. RGB value is (52,81,173). Sum of RGB (Red+Green+Blue) = 52+81+173=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #3451AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3451AD is #CBAE52. Grayscale: #525252. Windows color (decimal): -13348435 or 11358516. OLE color: 11358516.
HSL color Cylindrical-coordinate representation of color #3451AD: hue angle of 225.62º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3451AD is Cyan = 0.70, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 81 | 173 | - |
| CMYK | 0.70 | 0.53 | 0 | 0.32 |
| HSL | 225.62º | 0.54% | 0.44% | - |
| HSV(B) | 225.62º | 0.7% | 0.68% | - |
| XYZ | 11.9 | 9.63 | 40.77 | - |
| YUV | 82.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 81 | 173 | 0.70 | 0.53 | 0 | 0.32 | 225.62 | 0.54 | 0.44 |
| Hex | 34 | 51 | AD | 46 | 35 | 0 | 20 | E2 | 36 | 2C |
| Octal | 64 | 121 | 255 | 106 | 65 | 0 | 40 | 342 | 66 | 54 |
| Binary | 110100 | 1010001 | 10101101 | 1000110 | 110101 | 0 | 100000 | 11100010 | 110110 | 101100 |
Color Harmonies of #3451AD
Complementary color
Monochromatic Colors of #3451AD
Black with #3451AD
Text Example
Text Example
White with #3451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3451AD; }
p { color: rgb(52,81,173); }
H1.HeaderClassName
{
color: #3451AD;
}
.AnyTagClassName
{
color: #3451AD;
}
</style>
background-color css
<style>
a { background-color: #3451AD; }
a { background-color: rgb(52,81,173); }
div.DivClassName
{
background-color: #3451AD;
}
.BgClassName
{
background-color: #3451AD;
}
</style>
border-color css
<style>
span { border-color: #3451AD; }
span { border-color: rgb(52,81,173); }
td.TdClassName
{
border-color: #3451AD;
}
.TagClassName
{
border-color: #3451AD;
}
</style>