Shades of Cerulean Blue #354FBC
Tints of Cerulean Blue #354FBC
RGB
CMYK
RGB Variations
Color information
#354FBC (or 0x354FBC) is known color: Cerulean Blue. HEX triplet: 35, 4F and BC. RGB value is (53,79,188). Sum of RGB (Red+Green+Blue) = 53+79+188=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 79 (31.25% from 255 or 24.69% from 320); Blue value is 188 (73.83% from 255 or 58.75% from 320); Max value from RGB is 188 - color contains mainly: blue. Hex color #354FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FBC is #CAB043. Grayscale: #535353. Windows color (decimal): -13283396 or 12341045. OLE color: 12341045.
HSL color Cylindrical-coordinate representation of color #354FBC: hue angle of 228.44º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354FBC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 79 | 188 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.26 |
| HSL | 228.44º | 0.56% | 0.47% | - |
| HSV(B) | 228.44º | 0.72% | 0.74% | - |
| XYZ | 13.34 | 9.98 | 48.8 | - |
| YUV | 83.65 | 186.89 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 188 | 0.72 | 0.58 | 0 | 0.26 | 228.44 | 0.56 | 0.47 |
| Hex | 35 | 4F | BC | 48 | 3A | 0 | 1A | E4 | 38 | 2F |
| Octal | 65 | 117 | 274 | 110 | 72 | 0 | 32 | 344 | 70 | 57 |
| Binary | 110101 | 1001111 | 10111100 | 1001000 | 111010 | 0 | 11010 | 11100100 | 111000 | 101111 |
Color Harmonies of #354FBC
Complementary color
Monochromatic Colors of #354FBC
Black with #354FBC
Text Example
Text Example
White with #354FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FBC; }
p { color: rgb(53,79,188); }
H1.HeaderClassName
{
color: #354FBC;
}
.AnyTagClassName
{
color: #354FBC;
}
</style>
background-color css
<style>
a { background-color: #354FBC; }
a { background-color: rgb(53,79,188); }
div.DivClassName
{
background-color: #354FBC;
}
.BgClassName
{
background-color: #354FBC;
}
</style>
border-color css
<style>
span { border-color: #354FBC; }
span { border-color: rgb(53,79,188); }
td.TdClassName
{
border-color: #354FBC;
}
.TagClassName
{
border-color: #354FBC;
}
</style>