Shades of Curious Blue #357ED3
Tints of Curious Blue #357ED3
RGB
CMYK
RGB Variations
Color information
#357ED3 (or 0x357ED3) is known color: Curious Blue. HEX triplet: 35, 7E and D3. RGB value is (53,126,211). Sum of RGB (Red+Green+Blue) = 53+126+211=390 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.59% from 390); Green value is 126 (49.61% from 255 or 32.31% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #357ED3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ED3 is #CA812C. Grayscale: #717171. Windows color (decimal): -13271341 or 13860405. OLE color: 13860405.
HSL color Cylindrical-coordinate representation of color #357ED3: hue angle of 212.28º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #357ED3 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 53 | 126 | 211 | - |
| CMYK | 0.75 | 0.40 | 0 | 0.17 |
| HSL | 212.28º | 0.64% | 0.52% | - |
| HSV(B) | 212.28º | 0.75% | 0.83% | - |
| XYZ | 20.69 | 20.38 | 64.47 | - |
| YUV | 113.86 | 182.82 | 84.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 211 | 0.75 | 0.40 | 0 | 0.17 | 212.28 | 0.64 | 0.52 |
| Hex | 35 | 7E | D3 | 4B | 28 | 0 | 11 | D4 | 40 | 34 |
| Octal | 65 | 176 | 323 | 113 | 50 | 0 | 21 | 324 | 100 | 64 |
| Binary | 110101 | 1111110 | 11010011 | 1001011 | 101000 | 0 | 10001 | 11010100 | 1000000 | 110100 |
Color Harmonies of #357ED3
Complementary color
Monochromatic Colors of #357ED3
Black with #357ED3
Text Example
Text Example
White with #357ED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ED3; }
p { color: rgb(53,126,211); }
H1.HeaderClassName
{
color: #357ED3;
}
.AnyTagClassName
{
color: #357ED3;
}
</style>
background-color css
<style>
a { background-color: #357ED3; }
a { background-color: rgb(53,126,211); }
div.DivClassName
{
background-color: #357ED3;
}
.BgClassName
{
background-color: #357ED3;
}
</style>
border-color css
<style>
span { border-color: #357ED3; }
span { border-color: rgb(53,126,211); }
td.TdClassName
{
border-color: #357ED3;
}
.TagClassName
{
border-color: #357ED3;
}
</style>