Shades of Cerulean Blue #3456AC
Tints of Cerulean Blue #3456AC
RGB
CMYK
RGB Variations
Color information
#3456AC (or 0x3456AC) is known color: Cerulean Blue. HEX triplet: 34, 56 and AC. RGB value is (52,86,172). Sum of RGB (Red+Green+Blue) = 52+86+172=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #3456AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3456AC is #CBA953. Grayscale: #555555. Windows color (decimal): -13347156 or 11294260. OLE color: 11294260.
HSL color Cylindrical-coordinate representation of color #3456AC: hue angle of 223º degrees, saturation: 0.54, 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 #3456AC is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 86 | 172 | - |
| CMYK | 0.70 | 0.5 | 0 | 0.33 |
| HSL | 223º | 0.54% | 0.44% | - |
| HSV(B) | 223º | 0.7% | 0.67% | - |
| XYZ | 12.19 | 10.36 | 40.39 | - |
| YUV | 85.64 | 176.74 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 172 | 0.70 | 0.5 | 0 | 0.33 | 223 | 0.54 | 0.44 |
| Hex | 34 | 56 | AC | 46 | 32 | 0 | 21 | DF | 36 | 2C |
| Octal | 64 | 126 | 254 | 106 | 62 | 0 | 41 | 337 | 66 | 54 |
| Binary | 110100 | 1010110 | 10101100 | 1000110 | 110010 | 0 | 100001 | 11011111 | 110110 | 101100 |
Color Harmonies of #3456AC
Complementary color
Monochromatic Colors of #3456AC
Black with #3456AC
Text Example
Text Example
White with #3456AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456AC; }
p { color: rgb(52,86,172); }
H1.HeaderClassName
{
color: #3456AC;
}
.AnyTagClassName
{
color: #3456AC;
}
</style>
background-color css
<style>
a { background-color: #3456AC; }
a { background-color: rgb(52,86,172); }
div.DivClassName
{
background-color: #3456AC;
}
.BgClassName
{
background-color: #3456AC;
}
</style>
border-color css
<style>
span { border-color: #3456AC; }
span { border-color: rgb(52,86,172); }
td.TdClassName
{
border-color: #3456AC;
}
.TagClassName
{
border-color: #3456AC;
}
</style>