Shades of Curious Blue #357ECF
Tints of Curious Blue #357ECF
RGB
CMYK
RGB Variations
Color information
#357ECF (or 0x357ECF) is known color: Curious Blue. HEX triplet: 35, 7E and CF. RGB value is (53,126,207). Sum of RGB (Red+Green+Blue) = 53+126+207=386 (51% of max value = 765). Red value is 53 (21.09% from 255 or 13.73% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #357ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #357ECF is #CA8130. Grayscale: #717171. Windows color (decimal): -13271345 or 13598261. OLE color: 13598261.
HSL color Cylindrical-coordinate representation of color #357ECF: hue angle of 211.56º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #357ECF is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 53 | 126 | 207 | - |
| CMYK | 0.74 | 0.39 | 0 | 0.19 |
| HSL | 211.56º | 0.62% | 0.51% | - |
| HSV(B) | 211.56º | 0.74% | 0.81% | - |
| XYZ | 20.19 | 20.18 | 61.86 | - |
| YUV | 113.41 | 180.82 | 84.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 126 | 207 | 0.74 | 0.39 | 0 | 0.19 | 211.56 | 0.62 | 0.51 |
| Hex | 35 | 7E | CF | 4A | 27 | 0 | 13 | D4 | 3E | 33 |
| Octal | 65 | 176 | 317 | 112 | 47 | 0 | 23 | 324 | 76 | 63 |
| Binary | 110101 | 1111110 | 11001111 | 1001010 | 100111 | 0 | 10011 | 11010100 | 111110 | 110011 |
Color Harmonies of #357ECF
Complementary color
Monochromatic Colors of #357ECF
Black with #357ECF
Text Example
Text Example
White with #357ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357ECF; }
p { color: rgb(53,126,207); }
H1.HeaderClassName
{
color: #357ECF;
}
.AnyTagClassName
{
color: #357ECF;
}
</style>
background-color css
<style>
a { background-color: #357ECF; }
a { background-color: rgb(53,126,207); }
div.DivClassName
{
background-color: #357ECF;
}
.BgClassName
{
background-color: #357ECF;
}
</style>
border-color css
<style>
span { border-color: #357ECF; }
span { border-color: rgb(53,126,207); }
td.TdClassName
{
border-color: #357ECF;
}
.TagClassName
{
border-color: #357ECF;
}
</style>