Shades of Cerulean Blue #354DBA
Tints of Cerulean Blue #354DBA
RGB
CMYK
RGB Variations
Color information
#354DBA (or 0x354DBA) is known color: Cerulean Blue. HEX triplet: 35, 4D and BA. RGB value is (53,77,186). Sum of RGB (Red+Green+Blue) = 53+77+186=316 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.77% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #354DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354DBA is #CAB245. Grayscale: #515151. Windows color (decimal): -13283910 or 12209461. OLE color: 12209461.
HSL color Cylindrical-coordinate representation of color #354DBA: hue angle of 229.17º 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 #354DBA is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 77 | 186 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.27 |
| HSL | 229.17º | 0.56% | 0.47% | - |
| HSV(B) | 229.17º | 0.72% | 0.73% | - |
| XYZ | 12.99 | 9.61 | 47.62 | - |
| YUV | 82.25 | 186.55 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 186 | 0.72 | 0.59 | 0 | 0.27 | 229.17 | 0.56 | 0.47 |
| Hex | 35 | 4D | BA | 48 | 3B | 0 | 1B | E5 | 38 | 2F |
| Octal | 65 | 115 | 272 | 110 | 73 | 0 | 33 | 345 | 70 | 57 |
| Binary | 110101 | 1001101 | 10111010 | 1001000 | 111011 | 0 | 11011 | 11100101 | 111000 | 101111 |
Color Harmonies of #354DBA
Complementary color
Monochromatic Colors of #354DBA
Black with #354DBA
Text Example
Text Example
White with #354DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354DBA; }
p { color: rgb(53,77,186); }
H1.HeaderClassName
{
color: #354DBA;
}
.AnyTagClassName
{
color: #354DBA;
}
</style>
background-color css
<style>
a { background-color: #354DBA; }
a { background-color: rgb(53,77,186); }
div.DivClassName
{
background-color: #354DBA;
}
.BgClassName
{
background-color: #354DBA;
}
</style>
border-color css
<style>
span { border-color: #354DBA; }
span { border-color: rgb(53,77,186); }
td.TdClassName
{
border-color: #354DBA;
}
.TagClassName
{
border-color: #354DBA;
}
</style>