Shades of Cerulean Blue #356BBE
Tints of Cerulean Blue #356BBE
RGB
CMYK
RGB Variations
Color information
#356BBE (or 0x356BBE) is known color: Cerulean Blue. HEX triplet: 35, 6B and BE. RGB value is (53,107,190). Sum of RGB (Red+Green+Blue) = 53+107+190=350 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.14% from 350); Green value is 107 (42.19% from 255 or 30.57% from 350); Blue value is 190 (74.61% from 255 or 54.29% from 350); Max value from RGB is 190 - color contains mainly: blue. Hex color #356BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356BBE is #CA9441. Grayscale: #636363. Windows color (decimal): -13276226 or 12479285. OLE color: 12479285.
HSL color Cylindrical-coordinate representation of color #356BBE: hue angle of 216.35º degrees, saturation: 0.56, 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 #356BBE is Cyan = 0.72, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 107 | 190 | - |
| CMYK | 0.72 | 0.44 | 0 | 0.25 |
| HSL | 216.35º | 0.56% | 0.48% | - |
| HSV(B) | 216.35º | 0.72% | 0.75% | - |
| XYZ | 16.02 | 14.99 | 50.76 | - |
| YUV | 100.32 | 178.61 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 107 | 190 | 0.72 | 0.44 | 0 | 0.25 | 216.35 | 0.56 | 0.48 |
| Hex | 35 | 6B | BE | 48 | 2C | 0 | 19 | D8 | 38 | 30 |
| Octal | 65 | 153 | 276 | 110 | 54 | 0 | 31 | 330 | 70 | 60 |
| Binary | 110101 | 1101011 | 10111110 | 1001000 | 101100 | 0 | 11001 | 11011000 | 111000 | 110000 |
Color Harmonies of #356BBE
Complementary color
Monochromatic Colors of #356BBE
Black with #356BBE
Text Example
Text Example
White with #356BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356BBE; }
p { color: rgb(53,107,190); }
H1.HeaderClassName
{
color: #356BBE;
}
.AnyTagClassName
{
color: #356BBE;
}
</style>
background-color css
<style>
a { background-color: #356BBE; }
a { background-color: rgb(53,107,190); }
div.DivClassName
{
background-color: #356BBE;
}
.BgClassName
{
background-color: #356BBE;
}
</style>
border-color css
<style>
span { border-color: #356BBE; }
span { border-color: rgb(53,107,190); }
td.TdClassName
{
border-color: #356BBE;
}
.TagClassName
{
border-color: #356BBE;
}
</style>