Shades of Curious Blue #356DBD
Tints of Curious Blue #356DBD
RGB
CMYK
RGB Variations
Color information
#356DBD (or 0x356DBD) is known color: Curious Blue. HEX triplet: 35, 6D and BD. RGB value is (53,109,189). Sum of RGB (Red+Green+Blue) = 53+109+189=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 109 (42.97% from 255 or 31.05% from 351); Blue value is 189 (74.22% from 255 or 53.85% from 351); Max value from RGB is 189 - color contains mainly: blue. Hex color #356DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DBD is #CA9242. Grayscale: #656565. Windows color (decimal): -13275715 or 12414261. OLE color: 12414261.
HSL color Cylindrical-coordinate representation of color #356DBD: hue angle of 215.29º 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 #356DBD is Cyan = 0.72, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 53 | 109 | 189 | - |
| CMYK | 0.72 | 0.42 | 0 | 0.26 |
| HSL | 215.29º | 0.56% | 0.47% | - |
| HSV(B) | 215.29º | 0.72% | 0.74% | - |
| XYZ | 16.12 | 15.37 | 50.26 | - |
| YUV | 101.38 | 177.45 | 93.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 189 | 0.72 | 0.42 | 0 | 0.26 | 215.29 | 0.56 | 0.47 |
| Hex | 35 | 6D | BD | 48 | 2A | 0 | 1A | D7 | 38 | 2F |
| Octal | 65 | 155 | 275 | 110 | 52 | 0 | 32 | 327 | 70 | 57 |
| Binary | 110101 | 1101101 | 10111101 | 1001000 | 101010 | 0 | 11010 | 11010111 | 111000 | 101111 |
Color Harmonies of #356DBD
Complementary color
Monochromatic Colors of #356DBD
Black with #356DBD
Text Example
Text Example
White with #356DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DBD; }
p { color: rgb(53,109,189); }
H1.HeaderClassName
{
color: #356DBD;
}
.AnyTagClassName
{
color: #356DBD;
}
</style>
background-color css
<style>
a { background-color: #356DBD; }
a { background-color: rgb(53,109,189); }
div.DivClassName
{
background-color: #356DBD;
}
.BgClassName
{
background-color: #356DBD;
}
</style>
border-color css
<style>
span { border-color: #356DBD; }
span { border-color: rgb(53,109,189); }
td.TdClassName
{
border-color: #356DBD;
}
.TagClassName
{
border-color: #356DBD;
}
</style>