Shades of Cerulean Blue #354BBF
Tints of Cerulean Blue #354BBF
RGB
CMYK
RGB Variations
Color information
#354BBF (or 0x354BBF) is known color: Cerulean Blue. HEX triplet: 35, 4B and BF. RGB value is (53,75,191). Sum of RGB (Red+Green+Blue) = 53+75+191=319 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.61% from 319); Green value is 75 (29.69% from 255 or 23.51% from 319); Blue value is 191 (75% from 255 or 59.87% from 319); Max value from RGB is 191 - color contains mainly: blue. Hex color #354BBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #354BBF is #CAB440. Grayscale: #515151. Windows color (decimal): -13284417 or 12536629. OLE color: 12536629.
HSL color Cylindrical-coordinate representation of color #354BBF: hue angle of 230.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354BBF is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 75 | 191 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.25 |
| HSL | 230.43º | 0.57% | 0.48% | - |
| HSV(B) | 230.43º | 0.72% | 0.75% | - |
| XYZ | 13.39 | 9.55 | 50.43 | - |
| YUV | 81.65 | 189.71 | 107.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 191 | 0.72 | 0.61 | 0 | 0.25 | 230.43 | 0.57 | 0.48 |
| Hex | 35 | 4B | BF | 48 | 3D | 0 | 19 | E6 | 39 | 30 |
| Octal | 65 | 113 | 277 | 110 | 75 | 0 | 31 | 346 | 71 | 60 |
| Binary | 110101 | 1001011 | 10111111 | 1001000 | 111101 | 0 | 11001 | 11100110 | 111001 | 110000 |
Color Harmonies of #354BBF
Complementary color
Monochromatic Colors of #354BBF
Black with #354BBF
Text Example
Text Example
White with #354BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354BBF; }
p { color: rgb(53,75,191); }
H1.HeaderClassName
{
color: #354BBF;
}
.AnyTagClassName
{
color: #354BBF;
}
</style>
background-color css
<style>
a { background-color: #354BBF; }
a { background-color: rgb(53,75,191); }
div.DivClassName
{
background-color: #354BBF;
}
.BgClassName
{
background-color: #354BBF;
}
</style>
border-color css
<style>
span { border-color: #354BBF; }
span { border-color: rgb(53,75,191); }
td.TdClassName
{
border-color: #354BBF;
}
.TagClassName
{
border-color: #354BBF;
}
</style>