Shades of Cerulean Blue #354DB8
Tints of Cerulean Blue #354DB8
RGB
CMYK
RGB Variations
Color information
#354DB8 (or 0x354DB8) is known color: Cerulean Blue. HEX triplet: 35, 4D and B8. RGB value is (53,77,184). Sum of RGB (Red+Green+Blue) = 53+77+184=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 77 (30.47% from 255 or 24.52% from 314); Blue value is 184 (72.27% from 255 or 58.60% from 314); Max value from RGB is 184 - color contains mainly: blue. Hex color #354DB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DB8 is #CAB247. Grayscale: #515151. Windows color (decimal): -13283912 or 12078389. OLE color: 12078389.
HSL color Cylindrical-coordinate representation of color #354DB8: hue angle of 229.01º 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 #354DB8 is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 53 | 77 | 184 | - |
| CMYK | 0.71 | 0.58 | 0 | 0.28 |
| HSL | 229.01º | 0.55% | 0.46% | - |
| HSV(B) | 229.01º | 0.71% | 0.72% | - |
| XYZ | 12.77 | 9.53 | 46.51 | - |
| YUV | 82.02 | 185.55 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 184 | 0.71 | 0.58 | 0 | 0.28 | 229.01 | 0.55 | 0.46 |
| Hex | 35 | 4D | B8 | 47 | 3A | 0 | 1C | E5 | 37 | 2E |
| Octal | 65 | 115 | 270 | 107 | 72 | 0 | 34 | 345 | 67 | 56 |
| Binary | 110101 | 1001101 | 10111000 | 1000111 | 111010 | 0 | 11100 | 11100101 | 110111 | 101110 |
Color Harmonies of #354DB8
Complementary color
Monochromatic Colors of #354DB8
Black with #354DB8
Text Example
Text Example
White with #354DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DB8; }
p { color: rgb(53,77,184); }
H1.HeaderClassName
{
color: #354DB8;
}
.AnyTagClassName
{
color: #354DB8;
}
</style>
background-color css
<style>
a { background-color: #354DB8; }
a { background-color: rgb(53,77,184); }
div.DivClassName
{
background-color: #354DB8;
}
.BgClassName
{
background-color: #354DB8;
}
</style>
border-color css
<style>
span { border-color: #354DB8; }
span { border-color: rgb(53,77,184); }
td.TdClassName
{
border-color: #354DB8;
}
.TagClassName
{
border-color: #354DB8;
}
</style>