Shades of Cerulean Blue #354DBB
Tints of Cerulean Blue #354DBB
RGB
CMYK
RGB Variations
Color information
#354DBB (or 0x354DBB) is known color: Cerulean Blue. HEX triplet: 35, 4D and BB. RGB value is (53,77,187). Sum of RGB (Red+Green+Blue) = 53+77+187=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 77 (30.47% from 255 or 24.29% from 317); Blue value is 187 (73.44% from 255 or 58.99% from 317); Max value from RGB is 187 - color contains mainly: blue. Hex color #354DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DBB is #CAB244. Grayscale: #515151. Windows color (decimal): -13283909 or 12274997. OLE color: 12274997.
HSL color Cylindrical-coordinate representation of color #354DBB: hue angle of 229.25º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354DBB is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 77 | 187 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.27 |
| HSL | 229.25º | 0.56% | 0.47% | - |
| HSV(B) | 229.25º | 0.72% | 0.73% | - |
| XYZ | 13.09 | 9.65 | 48.19 | - |
| YUV | 82.36 | 187.05 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 187 | 0.72 | 0.59 | 0 | 0.27 | 229.25 | 0.56 | 0.47 |
| Hex | 35 | 4D | BB | 48 | 3B | 0 | 1B | E5 | 38 | 2F |
| Octal | 65 | 115 | 273 | 110 | 73 | 0 | 33 | 345 | 70 | 57 |
| Binary | 110101 | 1001101 | 10111011 | 1001000 | 111011 | 0 | 11011 | 11100101 | 111000 | 101111 |
Color Harmonies of #354DBB
Complementary color
Monochromatic Colors of #354DBB
Black with #354DBB
Text Example
Text Example
White with #354DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DBB; }
p { color: rgb(53,77,187); }
H1.HeaderClassName
{
color: #354DBB;
}
.AnyTagClassName
{
color: #354DBB;
}
</style>
background-color css
<style>
a { background-color: #354DBB; }
a { background-color: rgb(53,77,187); }
div.DivClassName
{
background-color: #354DBB;
}
.BgClassName
{
background-color: #354DBB;
}
</style>
border-color css
<style>
span { border-color: #354DBB; }
span { border-color: rgb(53,77,187); }
td.TdClassName
{
border-color: #354DBB;
}
.TagClassName
{
border-color: #354DBB;
}
</style>