Shades of Curious Blue #356DC0
Tints of Curious Blue #356DC0
RGB
CMYK
RGB Variations
Color information
#356DC0 (or 0x356DC0) is known color: Curious Blue. HEX triplet: 35, 6D and C0. RGB value is (53,109,192). Sum of RGB (Red+Green+Blue) = 53+109+192=354 (46% of max value = 765). Red value is 53 (21.09% from 255 or 14.97% from 354); Green value is 109 (42.97% from 255 or 30.79% from 354); Blue value is 192 (75.39% from 255 or 54.24% from 354); Max value from RGB is 192 - color contains mainly: blue. Hex color #356DC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356DC0 is #CA923F. Grayscale: #656565. Windows color (decimal): -13275712 or 12610869. OLE color: 12610869.
HSL color Cylindrical-coordinate representation of color #356DC0: hue angle of 215.83º degrees, saturation: 0.57, 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 #356DC0 is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 53 | 109 | 192 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.25 |
| HSL | 215.83º | 0.57% | 0.48% | - |
| HSV(B) | 215.83º | 0.72% | 0.75% | - |
| XYZ | 16.45 | 15.5 | 51.99 | - |
| YUV | 101.72 | 178.95 | 93.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 109 | 192 | 0.72 | 0.43 | 0 | 0.25 | 215.83 | 0.57 | 0.48 |
| Hex | 35 | 6D | C0 | 48 | 2B | 0 | 19 | D8 | 39 | 30 |
| Octal | 65 | 155 | 300 | 110 | 53 | 0 | 31 | 330 | 71 | 60 |
| Binary | 110101 | 1101101 | 11000000 | 1001000 | 101011 | 0 | 11001 | 11011000 | 111001 | 110000 |
Color Harmonies of #356DC0
Complementary color
Monochromatic Colors of #356DC0
Black with #356DC0
Text Example
Text Example
White with #356DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356DC0; }
p { color: rgb(53,109,192); }
H1.HeaderClassName
{
color: #356DC0;
}
.AnyTagClassName
{
color: #356DC0;
}
</style>
background-color css
<style>
a { background-color: #356DC0; }
a { background-color: rgb(53,109,192); }
div.DivClassName
{
background-color: #356DC0;
}
.BgClassName
{
background-color: #356DC0;
}
</style>
border-color css
<style>
span { border-color: #356DC0; }
span { border-color: rgb(53,109,192); }
td.TdClassName
{
border-color: #356DC0;
}
.TagClassName
{
border-color: #356DC0;
}
</style>