Shades of Cerulean Blue #354EBC
Tints of Cerulean Blue #354EBC
RGB
CMYK
RGB Variations
Color information
#354EBC (or 0x354EBC) is known color: Cerulean Blue. HEX triplet: 35, 4E and BC. RGB value is (53,78,188). Sum of RGB (Red+Green+Blue) = 53+78+188=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #354EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354EBC is #CAB143. Grayscale: #525252. Windows color (decimal): -13283652 or 12340789. OLE color: 12340789.
HSL color Cylindrical-coordinate representation of color #354EBC: hue angle of 228.89º degrees, saturation: 0.56, 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 #354EBC is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 78 | 188 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.26 |
| HSL | 228.89º | 0.56% | 0.47% | - |
| HSV(B) | 228.89º | 0.72% | 0.74% | - |
| XYZ | 13.27 | 9.84 | 48.78 | - |
| YUV | 83.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 188 | 0.72 | 0.59 | 0 | 0.26 | 228.89 | 0.56 | 0.47 |
| Hex | 35 | 4E | BC | 48 | 3B | 0 | 1A | E5 | 38 | 2F |
| Octal | 65 | 116 | 274 | 110 | 73 | 0 | 32 | 345 | 70 | 57 |
| Binary | 110101 | 1001110 | 10111100 | 1001000 | 111011 | 0 | 11010 | 11100101 | 111000 | 101111 |
Color Harmonies of #354EBC
Complementary color
Monochromatic Colors of #354EBC
Black with #354EBC
Text Example
Text Example
White with #354EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EBC; }
p { color: rgb(53,78,188); }
H1.HeaderClassName
{
color: #354EBC;
}
.AnyTagClassName
{
color: #354EBC;
}
</style>
background-color css
<style>
a { background-color: #354EBC; }
a { background-color: rgb(53,78,188); }
div.DivClassName
{
background-color: #354EBC;
}
.BgClassName
{
background-color: #354EBC;
}
</style>
border-color css
<style>
span { border-color: #354EBC; }
span { border-color: rgb(53,78,188); }
td.TdClassName
{
border-color: #354EBC;
}
.TagClassName
{
border-color: #354EBC;
}
</style>