Shades of Cerulean Blue #354CB9
Tints of Cerulean Blue #354CB9
RGB
CMYK
RGB Variations
Color information
#354CB9 (or 0x354CB9) is known color: Cerulean Blue. HEX triplet: 35, 4C and B9. RGB value is (53,76,185). Sum of RGB (Red+Green+Blue) = 53+76+185=314 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.88% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 185 (72.66% from 255 or 58.92% from 314); Max value from RGB is 185 - color contains mainly: blue. Hex color #354CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CB9 is #CAB346. Grayscale: #515151. Windows color (decimal): -13284167 or 12143669. OLE color: 12143669.
HSL color Cylindrical-coordinate representation of color #354CB9: hue angle of 229.55º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354CB9 is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 76 | 185 | - |
| CMYK | 0.71 | 0.59 | 0 | 0.27 |
| HSL | 229.55º | 0.55% | 0.47% | - |
| HSV(B) | 229.55º | 0.71% | 0.73% | - |
| XYZ | 12.81 | 9.43 | 47.04 | - |
| YUV | 81.55 | 186.38 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 185 | 0.71 | 0.59 | 0 | 0.27 | 229.55 | 0.55 | 0.47 |
| Hex | 35 | 4C | B9 | 47 | 3B | 0 | 1B | E6 | 37 | 2F |
| Octal | 65 | 114 | 271 | 107 | 73 | 0 | 33 | 346 | 67 | 57 |
| Binary | 110101 | 1001100 | 10111001 | 1000111 | 111011 | 0 | 11011 | 11100110 | 110111 | 101111 |
Color Harmonies of #354CB9
Complementary color
Monochromatic Colors of #354CB9
Black with #354CB9
Text Example
Text Example
White with #354CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CB9; }
p { color: rgb(53,76,185); }
H1.HeaderClassName
{
color: #354CB9;
}
.AnyTagClassName
{
color: #354CB9;
}
</style>
background-color css
<style>
a { background-color: #354CB9; }
a { background-color: rgb(53,76,185); }
div.DivClassName
{
background-color: #354CB9;
}
.BgClassName
{
background-color: #354CB9;
}
</style>
border-color css
<style>
span { border-color: #354CB9; }
span { border-color: rgb(53,76,185); }
td.TdClassName
{
border-color: #354CB9;
}
.TagClassName
{
border-color: #354CB9;
}
</style>