Shades of Cerulean Blue #354CBA
Tints of Cerulean Blue #354CBA
RGB
CMYK
RGB Variations
Color information
#354CBA (or 0x354CBA) is known color: Cerulean Blue. HEX triplet: 35, 4C and BA. RGB value is (53,76,186). Sum of RGB (Red+Green+Blue) = 53+76+186=315 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.83% from 315); Green value is 76 (30.08% from 255 or 24.13% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #354CBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354CBA is #CAB345. Grayscale: #515151. Windows color (decimal): -13284166 or 12209205. OLE color: 12209205.
HSL color Cylindrical-coordinate representation of color #354CBA: hue angle of 229.62º 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 #354CBA is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 76 | 186 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.27 |
| HSL | 229.62º | 0.56% | 0.47% | - |
| HSV(B) | 229.62º | 0.72% | 0.73% | - |
| XYZ | 12.92 | 9.47 | 47.6 | - |
| YUV | 81.66 | 186.88 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 76 | 186 | 0.72 | 0.59 | 0 | 0.27 | 229.62 | 0.56 | 0.47 |
| Hex | 35 | 4C | BA | 48 | 3B | 0 | 1B | E6 | 38 | 2F |
| Octal | 65 | 114 | 272 | 110 | 73 | 0 | 33 | 346 | 70 | 57 |
| Binary | 110101 | 1001100 | 10111010 | 1001000 | 111011 | 0 | 11011 | 11100110 | 111000 | 101111 |
Color Harmonies of #354CBA
Complementary color
Monochromatic Colors of #354CBA
Black with #354CBA
Text Example
Text Example
White with #354CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354CBA; }
p { color: rgb(53,76,186); }
H1.HeaderClassName
{
color: #354CBA;
}
.AnyTagClassName
{
color: #354CBA;
}
</style>
background-color css
<style>
a { background-color: #354CBA; }
a { background-color: rgb(53,76,186); }
div.DivClassName
{
background-color: #354CBA;
}
.BgClassName
{
background-color: #354CBA;
}
</style>
border-color css
<style>
span { border-color: #354CBA; }
span { border-color: rgb(53,76,186); }
td.TdClassName
{
border-color: #354CBA;
}
.TagClassName
{
border-color: #354CBA;
}
</style>