Shades of Cerulean Blue #354DB7
Tints of Cerulean Blue #354DB7
RGB
CMYK
RGB Variations
Color information
#354DB7 (or 0x354DB7) is known color: Cerulean Blue. HEX triplet: 35, 4D and B7. RGB value is (53,77,183). Sum of RGB (Red+Green+Blue) = 53+77+183=313 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.93% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 183 (71.88% from 255 or 58.47% from 313); Max value from RGB is 183 - color contains mainly: blue. Hex color #354DB7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DB7 is #CAB248. Grayscale: #515151. Windows color (decimal): -13283913 or 12012853. OLE color: 12012853.
HSL color Cylindrical-coordinate representation of color #354DB7: hue angle of 228.92º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354DB7 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 77 | 183 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.28 |
| HSL | 228.92º | 0.55% | 0.46% | - |
| HSV(B) | 228.92º | 0.71% | 0.72% | - |
| XYZ | 12.67 | 9.48 | 45.96 | - |
| YUV | 81.91 | 185.05 | 107.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 183 | 0.71 | 0.58 | 0 | 0.28 | 228.92 | 0.55 | 0.46 |
| Hex | 35 | 4D | B7 | 47 | 3A | 0 | 1C | E5 | 37 | 2E |
| Octal | 65 | 115 | 267 | 107 | 72 | 0 | 34 | 345 | 67 | 56 |
| Binary | 110101 | 1001101 | 10110111 | 1000111 | 111010 | 0 | 11100 | 11100101 | 110111 | 101110 |
Color Harmonies of #354DB7
Complementary color
Monochromatic Colors of #354DB7
Black with #354DB7
Text Example
Text Example
White with #354DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DB7; }
p { color: rgb(53,77,183); }
H1.HeaderClassName
{
color: #354DB7;
}
.AnyTagClassName
{
color: #354DB7;
}
</style>
background-color css
<style>
a { background-color: #354DB7; }
a { background-color: rgb(53,77,183); }
div.DivClassName
{
background-color: #354DB7;
}
.BgClassName
{
background-color: #354DB7;
}
</style>
border-color css
<style>
span { border-color: #354DB7; }
span { border-color: rgb(53,77,183); }
td.TdClassName
{
border-color: #354DB7;
}
.TagClassName
{
border-color: #354DB7;
}
</style>