Shades of Cerulean Blue #354EAC
Tints of Cerulean Blue #354EAC
RGB
CMYK
RGB Variations
Color information
#354EAC (or 0x354EAC) is known color: Cerulean Blue. HEX triplet: 35, 4E and AC. RGB value is (53,78,172). Sum of RGB (Red+Green+Blue) = 53+78+172=303 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.49% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #354EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354EAC is #CAB153. Grayscale: #505050. Windows color (decimal): -13283668 or 11292213. OLE color: 11292213.
HSL color Cylindrical-coordinate representation of color #354EAC: hue angle of 227.39º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354EAC is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 78 | 172 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.33 |
| HSL | 227.4º | 0.53% | 0.44% | - |
| HSV(B) | 227.4º | 0.69% | 0.67% | - |
| XYZ | 11.64 | 9.18 | 40.19 | - |
| YUV | 81.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 78 | 172 | 0.69 | 0.55 | 0 | 0.33 | 227.4 | 0.53 | 0.44 |
| Hex | 35 | 4E | AC | 45 | 37 | 0 | 21 | E3 | 35 | 2C |
| Octal | 65 | 116 | 254 | 105 | 67 | 0 | 41 | 343 | 65 | 54 |
| Binary | 110101 | 1001110 | 10101100 | 1000101 | 110111 | 0 | 100001 | 11100011 | 110101 | 101100 |
Color Harmonies of #354EAC
Complementary color
Monochromatic Colors of #354EAC
Black with #354EAC
Text Example
Text Example
White with #354EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354EAC; }
p { color: rgb(53,78,172); }
H1.HeaderClassName
{
color: #354EAC;
}
.AnyTagClassName
{
color: #354EAC;
}
</style>
background-color css
<style>
a { background-color: #354EAC; }
a { background-color: rgb(53,78,172); }
div.DivClassName
{
background-color: #354EAC;
}
.BgClassName
{
background-color: #354EAC;
}
</style>
border-color css
<style>
span { border-color: #354EAC; }
span { border-color: rgb(53,78,172); }
td.TdClassName
{
border-color: #354EAC;
}
.TagClassName
{
border-color: #354EAC;
}
</style>