Shades of Cerulean Blue #354FBA
Tints of Cerulean Blue #354FBA
RGB
CMYK
RGB Variations
Color information
#354FBA (or 0x354FBA) is known color: Cerulean Blue. HEX triplet: 35, 4F and BA. RGB value is (53,79,186). Sum of RGB (Red+Green+Blue) = 53+79+186=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 79 (31.25% from 255 or 24.84% from 318); Blue value is 186 (73.05% from 255 or 58.49% from 318); Max value from RGB is 186 - color contains mainly: blue. Hex color #354FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #354FBA is #CAB045. Grayscale: #525252. Windows color (decimal): -13283398 or 12209973. OLE color: 12209973.
HSL color Cylindrical-coordinate representation of color #354FBA: hue angle of 228.27º 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 #354FBA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 53 | 79 | 186 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.27 |
| HSL | 228.27º | 0.56% | 0.47% | - |
| HSV(B) | 228.27º | 0.72% | 0.73% | - |
| XYZ | 13.13 | 9.89 | 47.67 | - |
| YUV | 83.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 186 | 0.72 | 0.58 | 0 | 0.27 | 228.27 | 0.56 | 0.47 |
| Hex | 35 | 4F | BA | 48 | 3A | 0 | 1B | E4 | 38 | 2F |
| Octal | 65 | 117 | 272 | 110 | 72 | 0 | 33 | 344 | 70 | 57 |
| Binary | 110101 | 1001111 | 10111010 | 1001000 | 111010 | 0 | 11011 | 11100100 | 111000 | 101111 |
Color Harmonies of #354FBA
Complementary color
Monochromatic Colors of #354FBA
Black with #354FBA
Text Example
Text Example
White with #354FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354FBA; }
p { color: rgb(53,79,186); }
H1.HeaderClassName
{
color: #354FBA;
}
.AnyTagClassName
{
color: #354FBA;
}
</style>
background-color css
<style>
a { background-color: #354FBA; }
a { background-color: rgb(53,79,186); }
div.DivClassName
{
background-color: #354FBA;
}
.BgClassName
{
background-color: #354FBA;
}
</style>
border-color css
<style>
span { border-color: #354FBA; }
span { border-color: rgb(53,79,186); }
td.TdClassName
{
border-color: #354FBA;
}
.TagClassName
{
border-color: #354FBA;
}
</style>