Shades of Curious Blue #356FBC
Tints of Curious Blue #356FBC
RGB
CMYK
RGB Variations
Color information
#356FBC (or 0x356FBC) is known color: Curious Blue. HEX triplet: 35, 6F and BC. RGB value is (53,111,188). Sum of RGB (Red+Green+Blue) = 53+111+188=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 111 (43.75% from 255 or 31.53% from 352); Blue value is 188 (73.83% from 255 or 53.41% from 352); Max value from RGB is 188 - color contains mainly: blue. Hex color #356FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356FBC is #CA9043. Grayscale: #666666. Windows color (decimal): -13275204 or 12349237. OLE color: 12349237.
HSL color Cylindrical-coordinate representation of color #356FBC: hue angle of 214.22º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #356FBC is Cyan = 0.72, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 111 | 188 | - |
| CMYK | 0.72 | 0.41 | 0 | 0.26 |
| HSL | 214.22º | 0.56% | 0.47% | - |
| HSV(B) | 214.22º | 0.72% | 0.74% | - |
| XYZ | 16.23 | 15.76 | 49.76 | - |
| YUV | 102.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 111 | 188 | 0.72 | 0.41 | 0 | 0.26 | 214.22 | 0.56 | 0.47 |
| Hex | 35 | 6F | BC | 48 | 29 | 0 | 1A | D6 | 38 | 2F |
| Octal | 65 | 157 | 274 | 110 | 51 | 0 | 32 | 326 | 70 | 57 |
| Binary | 110101 | 1101111 | 10111100 | 1001000 | 101001 | 0 | 11010 | 11010110 | 111000 | 101111 |
Color Harmonies of #356FBC
Complementary color
Monochromatic Colors of #356FBC
Black with #356FBC
Text Example
Text Example
White with #356FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356FBC; }
p { color: rgb(53,111,188); }
H1.HeaderClassName
{
color: #356FBC;
}
.AnyTagClassName
{
color: #356FBC;
}
</style>
background-color css
<style>
a { background-color: #356FBC; }
a { background-color: rgb(53,111,188); }
div.DivClassName
{
background-color: #356FBC;
}
.BgClassName
{
background-color: #356FBC;
}
</style>
border-color css
<style>
span { border-color: #356FBC; }
span { border-color: rgb(53,111,188); }
td.TdClassName
{
border-color: #356FBC;
}
.TagClassName
{
border-color: #356FBC;
}
</style>