Shades of Cerulean Blue #354FAD
Tints of Cerulean Blue #354FAD
RGB
CMYK
RGB Variations
Color information
#354FAD (or 0x354FAD) is known color: Cerulean Blue. HEX triplet: 35, 4F and AD. RGB value is (53,79,173). Sum of RGB (Red+Green+Blue) = 53+79+173=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #354FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #354FAD is #CAB052. Grayscale: #515151. Windows color (decimal): -13283411 or 11358005. OLE color: 11358005.
HSL color Cylindrical-coordinate representation of color #354FAD: hue angle of 227º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354FAD is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 53 | 79 | 173 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.32 |
| HSL | 227º | 0.53% | 0.44% | - |
| HSV(B) | 227º | 0.69% | 0.68% | - |
| XYZ | 11.81 | 9.37 | 40.72 | - |
| YUV | 81.94 | 179.39 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 173 | 0.69 | 0.54 | 0 | 0.32 | 227 | 0.53 | 0.44 |
| Hex | 35 | 4F | AD | 45 | 36 | 0 | 20 | E3 | 35 | 2C |
| Octal | 65 | 117 | 255 | 105 | 66 | 0 | 40 | 343 | 65 | 54 |
| Binary | 110101 | 1001111 | 10101101 | 1000101 | 110110 | 0 | 100000 | 11100011 | 110101 | 101100 |
Color Harmonies of #354FAD
Complementary color
Monochromatic Colors of #354FAD
Black with #354FAD
Text Example
Text Example
White with #354FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FAD; }
p { color: rgb(53,79,173); }
H1.HeaderClassName
{
color: #354FAD;
}
.AnyTagClassName
{
color: #354FAD;
}
</style>
background-color css
<style>
a { background-color: #354FAD; }
a { background-color: rgb(53,79,173); }
div.DivClassName
{
background-color: #354FAD;
}
.BgClassName
{
background-color: #354FAD;
}
</style>
border-color css
<style>
span { border-color: #354FAD; }
span { border-color: rgb(53,79,173); }
td.TdClassName
{
border-color: #354FAD;
}
.TagClassName
{
border-color: #354FAD;
}
</style>