Shades of Cerulean Blue #356BBF
Tints of Cerulean Blue #356BBF
RGB
CMYK
RGB Variations
Color information
#356BBF (or 0x356BBF) is known color: Cerulean Blue. HEX triplet: 35, 6B and BF. RGB value is (53,107,191). Sum of RGB (Red+Green+Blue) = 53+107+191=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 107 (42.19% from 255 or 30.48% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #356BBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBF is #CA9440. Grayscale: #646464. Windows color (decimal): -13276225 or 12544821. OLE color: 12544821.
HSL color Cylindrical-coordinate representation of color #356BBF: hue angle of 216.52º 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 #356BBF is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 107 | 191 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.25 |
| HSL | 216.52º | 0.57% | 0.48% | - |
| HSV(B) | 216.52º | 0.72% | 0.75% | - |
| XYZ | 16.13 | 15.03 | 51.34 | - |
| YUV | 100.43 | 179.11 | 94.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 191 | 0.72 | 0.44 | 0 | 0.25 | 216.52 | 0.57 | 0.48 |
| Hex | 35 | 6B | BF | 48 | 2C | 0 | 19 | D9 | 39 | 30 |
| Octal | 65 | 153 | 277 | 110 | 54 | 0 | 31 | 331 | 71 | 60 |
| Binary | 110101 | 1101011 | 10111111 | 1001000 | 101100 | 0 | 11001 | 11011001 | 111001 | 110000 |
Color Harmonies of #356BBF
Complementary color
Monochromatic Colors of #356BBF
Black with #356BBF
Text Example
Text Example
White with #356BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BBF; }
p { color: rgb(53,107,191); }
H1.HeaderClassName
{
color: #356BBF;
}
.AnyTagClassName
{
color: #356BBF;
}
</style>
background-color css
<style>
a { background-color: #356BBF; }
a { background-color: rgb(53,107,191); }
div.DivClassName
{
background-color: #356BBF;
}
.BgClassName
{
background-color: #356BBF;
}
</style>
border-color css
<style>
span { border-color: #356BBF; }
span { border-color: rgb(53,107,191); }
td.TdClassName
{
border-color: #356BBF;
}
.TagClassName
{
border-color: #356BBF;
}
</style>