Shades of Cerulean Blue #3456AD
Tints of Cerulean Blue #3456AD
RGB
CMYK
RGB Variations
Color information
#3456AD (or 0x3456AD) is known color: Cerulean Blue. HEX triplet: 34, 56 and AD. RGB value is (52,86,173). Sum of RGB (Red+Green+Blue) = 52+86+173=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 86 (33.98% from 255 or 27.65% from 311); Blue value is 173 (67.97% from 255 or 55.63% from 311); Max value from RGB is 173 - color contains mainly: blue. Hex color #3456AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3456AD is #CBA952. Grayscale: #555555. Windows color (decimal): -13347155 or 11359796. OLE color: 11359796.
HSL color Cylindrical-coordinate representation of color #3456AD: hue angle of 223.14º 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 #3456AD is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 86 | 173 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.32 |
| HSL | 223.14º | 0.54% | 0.44% | - |
| HSV(B) | 223.14º | 0.7% | 0.68% | - |
| XYZ | 12.29 | 10.4 | 40.9 | - |
| YUV | 85.75 | 177.24 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 173 | 0.70 | 0.50 | 0 | 0.32 | 223.14 | 0.54 | 0.44 |
| Hex | 34 | 56 | AD | 46 | 32 | 0 | 20 | DF | 36 | 2C |
| Octal | 64 | 126 | 255 | 106 | 62 | 0 | 40 | 337 | 66 | 54 |
| Binary | 110100 | 1010110 | 10101101 | 1000110 | 110010 | 0 | 100000 | 11011111 | 110110 | 101100 |
Color Harmonies of #3456AD
Complementary color
Monochromatic Colors of #3456AD
Black with #3456AD
Text Example
Text Example
White with #3456AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456AD; }
p { color: rgb(52,86,173); }
H1.HeaderClassName
{
color: #3456AD;
}
.AnyTagClassName
{
color: #3456AD;
}
</style>
background-color css
<style>
a { background-color: #3456AD; }
a { background-color: rgb(52,86,173); }
div.DivClassName
{
background-color: #3456AD;
}
.BgClassName
{
background-color: #3456AD;
}
</style>
border-color css
<style>
span { border-color: #3456AD; }
span { border-color: rgb(52,86,173); }
td.TdClassName
{
border-color: #3456AD;
}
.TagClassName
{
border-color: #3456AD;
}
</style>