Shades of Curious Blue #356DBE
Tints of Curious Blue #356DBE
RGB
CMYK
RGB Variations
Color information
#356DBE (or 0x356DBE) is known color: Curious Blue. HEX triplet: 35, 6D and BE. RGB value is (53,109,190). Sum of RGB (Red+Green+Blue) = 53+109+190=352 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.06% from 352); Green value is 109 (42.97% from 255 or 30.97% from 352); Blue value is 190 (74.61% from 255 or 53.98% from 352); Max value from RGB is 190 - color contains mainly: blue. Hex color #356DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DBE is #CA9241. Grayscale: #656565. Windows color (decimal): -13275714 or 12479797. OLE color: 12479797.
HSL color Cylindrical-coordinate representation of color #356DBE: hue angle of 215.47º 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 #356DBE is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 109 | 190 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.25 |
| HSL | 215.47º | 0.56% | 0.48% | - |
| HSV(B) | 215.47º | 0.72% | 0.75% | - |
| XYZ | 16.23 | 15.41 | 50.83 | - |
| YUV | 101.49 | 177.95 | 93.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 190 | 0.72 | 0.43 | 0 | 0.25 | 215.47 | 0.56 | 0.48 |
| Hex | 35 | 6D | BE | 48 | 2B | 0 | 19 | D7 | 38 | 30 |
| Octal | 65 | 155 | 276 | 110 | 53 | 0 | 31 | 327 | 70 | 60 |
| Binary | 110101 | 1101101 | 10111110 | 1001000 | 101011 | 0 | 11001 | 11010111 | 111000 | 110000 |
Color Harmonies of #356DBE
Complementary color
Monochromatic Colors of #356DBE
Black with #356DBE
Text Example
Text Example
White with #356DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DBE; }
p { color: rgb(53,109,190); }
H1.HeaderClassName
{
color: #356DBE;
}
.AnyTagClassName
{
color: #356DBE;
}
</style>
background-color css
<style>
a { background-color: #356DBE; }
a { background-color: rgb(53,109,190); }
div.DivClassName
{
background-color: #356DBE;
}
.BgClassName
{
background-color: #356DBE;
}
</style>
border-color css
<style>
span { border-color: #356DBE; }
span { border-color: rgb(53,109,190); }
td.TdClassName
{
border-color: #356DBE;
}
.TagClassName
{
border-color: #356DBE;
}
</style>