Shades of Cerulean Blue #3456AB
Tints of Cerulean Blue #3456AB
RGB
CMYK
RGB Variations
Color information
#3456AB (or 0x3456AB) is known color: Cerulean Blue. HEX triplet: 34, 56 and AB. RGB value is (52,86,171). Sum of RGB (Red+Green+Blue) = 52+86+171=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #3456AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3456AB is #CBA954. Grayscale: #555555. Windows color (decimal): -13347157 or 11228724. OLE color: 11228724.
HSL color Cylindrical-coordinate representation of color #3456AB: hue angle of 222.86º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3456AB is Cyan = 0.70, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 86 | 171 | - |
| CMYK | 0.70 | 0.50 | 0 | 0.33 |
| HSL | 222.86º | 0.53% | 0.44% | - |
| HSV(B) | 222.86º | 0.7% | 0.67% | - |
| XYZ | 12.09 | 10.33 | 39.88 | - |
| YUV | 85.52 | 176.24 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 171 | 0.70 | 0.50 | 0 | 0.33 | 222.86 | 0.53 | 0.44 |
| Hex | 34 | 56 | AB | 46 | 32 | 0 | 21 | DF | 35 | 2C |
| Octal | 64 | 126 | 253 | 106 | 62 | 0 | 41 | 337 | 65 | 54 |
| Binary | 110100 | 1010110 | 10101011 | 1000110 | 110010 | 0 | 100001 | 11011111 | 110101 | 101100 |
Color Harmonies of #3456AB
Complementary color
Monochromatic Colors of #3456AB
Black with #3456AB
Text Example
Text Example
White with #3456AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456AB; }
p { color: rgb(52,86,171); }
H1.HeaderClassName
{
color: #3456AB;
}
.AnyTagClassName
{
color: #3456AB;
}
</style>
background-color css
<style>
a { background-color: #3456AB; }
a { background-color: rgb(52,86,171); }
div.DivClassName
{
background-color: #3456AB;
}
.BgClassName
{
background-color: #3456AB;
}
</style>
border-color css
<style>
span { border-color: #3456AB; }
span { border-color: rgb(52,86,171); }
td.TdClassName
{
border-color: #3456AB;
}
.TagClassName
{
border-color: #3456AB;
}
</style>