Shades of Cerulean Blue #356CBE
Tints of Cerulean Blue #356CBE
RGB
CMYK
RGB Variations
Color information
#356CBE (or 0x356CBE) is known color: Cerulean Blue. HEX triplet: 35, 6C and BE. RGB value is (53,108,190). Sum of RGB (Red+Green+Blue) = 53+108+190=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 108 (42.58% from 255 or 30.77% from 351); Blue value is 190 (74.61% from 255 or 54.13% from 351); Max value from RGB is 190 - color contains mainly: blue. Hex color #356CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356CBE is #CA9341. Grayscale: #646464. Windows color (decimal): -13275970 or 12479541. OLE color: 12479541.
HSL color Cylindrical-coordinate representation of color #356CBE: hue angle of 215.91º 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 #356CBE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 108 | 190 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.25 |
| HSL | 215.91º | 0.56% | 0.48% | - |
| HSV(B) | 215.91º | 0.72% | 0.75% | - |
| XYZ | 16.13 | 15.2 | 50.8 | - |
| YUV | 100.9 | 178.28 | 93.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 108 | 190 | 0.72 | 0.43 | 0 | 0.25 | 215.91 | 0.56 | 0.48 |
| Hex | 35 | 6C | BE | 48 | 2B | 0 | 19 | D8 | 38 | 30 |
| Octal | 65 | 154 | 276 | 110 | 53 | 0 | 31 | 330 | 70 | 60 |
| Binary | 110101 | 1101100 | 10111110 | 1001000 | 101011 | 0 | 11001 | 11011000 | 111000 | 110000 |
Color Harmonies of #356CBE
Complementary color
Monochromatic Colors of #356CBE
Black with #356CBE
Text Example
Text Example
White with #356CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356CBE; }
p { color: rgb(53,108,190); }
H1.HeaderClassName
{
color: #356CBE;
}
.AnyTagClassName
{
color: #356CBE;
}
</style>
background-color css
<style>
a { background-color: #356CBE; }
a { background-color: rgb(53,108,190); }
div.DivClassName
{
background-color: #356CBE;
}
.BgClassName
{
background-color: #356CBE;
}
</style>
border-color css
<style>
span { border-color: #356CBE; }
span { border-color: rgb(53,108,190); }
td.TdClassName
{
border-color: #356CBE;
}
.TagClassName
{
border-color: #356CBE;
}
</style>