Shades of Cerulean Blue #356CBF
Tints of Cerulean Blue #356CBF
RGB
CMYK
RGB Variations
Color information
#356CBF (or 0x356CBF) is known color: Cerulean Blue. HEX triplet: 35, 6C and BF. RGB value is (53,108,191). Sum of RGB (Red+Green+Blue) = 53+108+191=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 108 (42.58% from 255 or 30.68% from 352); Blue value is 191 (75% from 255 or 54.26% from 352); Max value from RGB is 191 - color contains mainly: blue. Hex color #356CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBF is #CA9340. Grayscale: #646464. Windows color (decimal): -13275969 or 12545077. OLE color: 12545077.
HSL color Cylindrical-coordinate representation of color #356CBF: hue angle of 216.09º 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 #356CBF is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 108 | 191 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.25 |
| HSL | 216.09º | 0.57% | 0.48% | - |
| HSV(B) | 216.09º | 0.72% | 0.75% | - |
| XYZ | 16.23 | 15.24 | 51.38 | - |
| YUV | 101.02 | 178.78 | 93.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 191 | 0.72 | 0.43 | 0 | 0.25 | 216.09 | 0.57 | 0.48 |
| Hex | 35 | 6C | BF | 48 | 2B | 0 | 19 | D8 | 39 | 30 |
| Octal | 65 | 154 | 277 | 110 | 53 | 0 | 31 | 330 | 71 | 60 |
| Binary | 110101 | 1101100 | 10111111 | 1001000 | 101011 | 0 | 11001 | 11011000 | 111001 | 110000 |
Color Harmonies of #356CBF
Complementary color
Monochromatic Colors of #356CBF
Black with #356CBF
Text Example
Text Example
White with #356CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CBF; }
p { color: rgb(53,108,191); }
H1.HeaderClassName
{
color: #356CBF;
}
.AnyTagClassName
{
color: #356CBF;
}
</style>
background-color css
<style>
a { background-color: #356CBF; }
a { background-color: rgb(53,108,191); }
div.DivClassName
{
background-color: #356CBF;
}
.BgClassName
{
background-color: #356CBF;
}
</style>
border-color css
<style>
span { border-color: #356CBF; }
span { border-color: rgb(53,108,191); }
td.TdClassName
{
border-color: #356CBF;
}
.TagClassName
{
border-color: #356CBF;
}
</style>