Shades of Cerulean Blue #354FAC
Tints of Cerulean Blue #354FAC
RGB
CMYK
RGB Variations
Color information
#354FAC (or 0x354FAC) is known color: Cerulean Blue. HEX triplet: 35, 4F and AC. RGB value is (53,79,172). Sum of RGB (Red+Green+Blue) = 53+79+172=304 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.43% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 172 (67.58% from 255 or 56.58% from 304); Max value from RGB is 172 - color contains mainly: blue. Hex color #354FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FAC is #CAB053. Grayscale: #515151. Windows color (decimal): -13283412 or 11292469. OLE color: 11292469.
HSL color Cylindrical-coordinate representation of color #354FAC: hue angle of 226.89º 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 #354FAC is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 53 | 79 | 172 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.33 |
| HSL | 226.89º | 0.53% | 0.44% | - |
| HSV(B) | 226.89º | 0.69% | 0.67% | - |
| XYZ | 11.71 | 9.33 | 40.21 | - |
| YUV | 81.83 | 178.89 | 107.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 172 | 0.69 | 0.54 | 0 | 0.33 | 226.89 | 0.53 | 0.44 |
| Hex | 35 | 4F | AC | 45 | 36 | 0 | 21 | E3 | 35 | 2C |
| Octal | 65 | 117 | 254 | 105 | 66 | 0 | 41 | 343 | 65 | 54 |
| Binary | 110101 | 1001111 | 10101100 | 1000101 | 110110 | 0 | 100001 | 11100011 | 110101 | 101100 |
Color Harmonies of #354FAC
Complementary color
Monochromatic Colors of #354FAC
Black with #354FAC
Text Example
Text Example
White with #354FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FAC; }
p { color: rgb(53,79,172); }
H1.HeaderClassName
{
color: #354FAC;
}
.AnyTagClassName
{
color: #354FAC;
}
</style>
background-color css
<style>
a { background-color: #354FAC; }
a { background-color: rgb(53,79,172); }
div.DivClassName
{
background-color: #354FAC;
}
.BgClassName
{
background-color: #354FAC;
}
</style>
border-color css
<style>
span { border-color: #354FAC; }
span { border-color: rgb(53,79,172); }
td.TdClassName
{
border-color: #354FAC;
}
.TagClassName
{
border-color: #354FAC;
}
</style>