Shades of Cerulean Blue #3456BC
Tints of Cerulean Blue #3456BC
RGB
CMYK
RGB Variations
Color information
#3456BC (or 0x3456BC) is known color: Cerulean Blue. HEX triplet: 34, 56 and BC. RGB value is (52,86,188). Sum of RGB (Red+Green+Blue) = 52+86+188=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 86 (33.98% from 255 or 26.38% from 326); Blue value is 188 (73.83% from 255 or 57.67% from 326); Max value from RGB is 188 - color contains mainly: blue. Hex color #3456BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3456BC is #CBA943. Grayscale: #575757. Windows color (decimal): -13347140 or 12342836. OLE color: 12342836.
HSL color Cylindrical-coordinate representation of color #3456BC: hue angle of 225º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3456BC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 86 | 188 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.26 |
| HSL | 225º | 0.57% | 0.47% | - |
| HSV(B) | 225º | 0.72% | 0.74% | - |
| XYZ | 13.82 | 11.02 | 48.97 | - |
| YUV | 87.46 | 184.74 | 102.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 86 | 188 | 0.72 | 0.54 | 0 | 0.26 | 225 | 0.57 | 0.47 |
| Hex | 34 | 56 | BC | 48 | 36 | 0 | 1A | E1 | 39 | 2F |
| Octal | 64 | 126 | 274 | 110 | 66 | 0 | 32 | 341 | 71 | 57 |
| Binary | 110100 | 1010110 | 10111100 | 1001000 | 110110 | 0 | 11010 | 11100001 | 111001 | 101111 |
Color Harmonies of #3456BC
Complementary color
Monochromatic Colors of #3456BC
Black with #3456BC
Text Example
Text Example
White with #3456BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3456BC; }
p { color: rgb(52,86,188); }
H1.HeaderClassName
{
color: #3456BC;
}
.AnyTagClassName
{
color: #3456BC;
}
</style>
background-color css
<style>
a { background-color: #3456BC; }
a { background-color: rgb(52,86,188); }
div.DivClassName
{
background-color: #3456BC;
}
.BgClassName
{
background-color: #3456BC;
}
</style>
border-color css
<style>
span { border-color: #3456BC; }
span { border-color: rgb(52,86,188); }
td.TdClassName
{
border-color: #3456BC;
}
.TagClassName
{
border-color: #3456BC;
}
</style>