Shades of Curious Blue #357ED1
Tints of Curious Blue #357ED1
RGB
CMYK
RGB Variations
Color information
#357ED1 (or 0x357ED1) is known color: Curious Blue. HEX triplet: 35, 7E and D1. RGB value is (53,126,209). Sum of RGB (Red+Green+Blue) = 53+126+209=388 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.66% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 209 (82.03% from 255 or 53.87% from 388); Max value from RGB is 209 - color contains mainly: blue. Hex color #357ED1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ED1 is #CA812E. Grayscale: #717171. Windows color (decimal): -13271343 or 13729333. OLE color: 13729333.
HSL color Cylindrical-coordinate representation of color #357ED1: hue angle of 211.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357ED1 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 53 | 126 | 209 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.18 |
| HSL | 211.92º | 0.63% | 0.51% | - |
| HSV(B) | 211.92º | 0.75% | 0.82% | - |
| XYZ | 20.44 | 20.28 | 63.16 | - |
| YUV | 113.64 | 181.82 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 209 | 0.75 | 0.40 | 0 | 0.18 | 211.92 | 0.63 | 0.51 |
| Hex | 35 | 7E | D1 | 4B | 28 | 0 | 12 | D4 | 3F | 33 |
| Octal | 65 | 176 | 321 | 113 | 50 | 0 | 22 | 324 | 77 | 63 |
| Binary | 110101 | 1111110 | 11010001 | 1001011 | 101000 | 0 | 10010 | 11010100 | 111111 | 110011 |
Color Harmonies of #357ED1
Complementary color
Monochromatic Colors of #357ED1
Black with #357ED1
Text Example
Text Example
White with #357ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ED1; }
p { color: rgb(53,126,209); }
H1.HeaderClassName
{
color: #357ED1;
}
.AnyTagClassName
{
color: #357ED1;
}
</style>
background-color css
<style>
a { background-color: #357ED1; }
a { background-color: rgb(53,126,209); }
div.DivClassName
{
background-color: #357ED1;
}
.BgClassName
{
background-color: #357ED1;
}
</style>
border-color css
<style>
span { border-color: #357ED1; }
span { border-color: rgb(53,126,209); }
td.TdClassName
{
border-color: #357ED1;
}
.TagClassName
{
border-color: #357ED1;
}
</style>