Shades of Curious Blue #356EC5
Tints of Curious Blue #356EC5
RGB
CMYK
RGB Variations
Color information
#356EC5 (or 0x356EC5) is known color: Curious Blue. HEX triplet: 35, 6E and C5. RGB value is (53,110,197). Sum of RGB (Red+Green+Blue) = 53+110+197=360 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.72% from 360); Green value is 110 (43.36% from 255 or 30.56% from 360); Blue value is 197 (77.34% from 255 or 54.72% from 360); Max value from RGB is 197 - color contains mainly: blue. Hex color #356EC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #356EC5 is #CA913A. Grayscale: #666666. Windows color (decimal): -13275451 or 12938805. OLE color: 12938805.
HSL color Cylindrical-coordinate representation of color #356EC5: hue angle of 216.25º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #356EC5 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 53 | 110 | 197 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.23 |
| HSL | 216.25º | 0.58% | 0.49% | - |
| HSV(B) | 216.25º | 0.73% | 0.77% | - |
| XYZ | 17.12 | 15.94 | 55 | - |
| YUV | 102.88 | 181.12 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 110 | 197 | 0.73 | 0.44 | 0 | 0.23 | 216.25 | 0.58 | 0.49 |
| Hex | 35 | 6E | C5 | 49 | 2C | 0 | 17 | D8 | 3A | 31 |
| Octal | 65 | 156 | 305 | 111 | 54 | 0 | 27 | 330 | 72 | 61 |
| Binary | 110101 | 1101110 | 11000101 | 1001001 | 101100 | 0 | 10111 | 11011000 | 111010 | 110001 |
Color Harmonies of #356EC5
Complementary color
Monochromatic Colors of #356EC5
Black with #356EC5
Text Example
Text Example
White with #356EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #356EC5; }
p { color: rgb(53,110,197); }
H1.HeaderClassName
{
color: #356EC5;
}
.AnyTagClassName
{
color: #356EC5;
}
</style>
background-color css
<style>
a { background-color: #356EC5; }
a { background-color: rgb(53,110,197); }
div.DivClassName
{
background-color: #356EC5;
}
.BgClassName
{
background-color: #356EC5;
}
</style>
border-color css
<style>
span { border-color: #356EC5; }
span { border-color: rgb(53,110,197); }
td.TdClassName
{
border-color: #356EC5;
}
.TagClassName
{
border-color: #356EC5;
}
</style>